Skip to content

Commit

Permalink
CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Aug 25, 2024
1 parent 03e2d64 commit 6529d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Adapter/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -5829,7 +5829,7 @@ public function testUpdateAttributeRename(): void
}
}

public function createRandomString($length = 10): string
public function createRandomString(int $length = 10): string
{
$characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
$charactersLength = strlen($characters);
Expand Down

0 comments on commit 6529d58

Please sign in to comment.