Skip to content

Commit

Permalink
chore: remove code smell
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Brault <[email protected]>
  • Loading branch information
xaevik committed Dec 9, 2024
1 parent 019e77d commit 4cf0656
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Cuid2Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ public function testVariableLengthConstructor(): void
{
$cuid = new Cuid2(10);

$x = $cuid->toString();

$result = strlen((string)$cuid) === 10 &&
ctype_alnum((string)$cuid);

Expand Down

0 comments on commit 4cf0656

Please sign in to comment.