Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 6, 2024
1 parent eb4ffaa commit 3851f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/Php/StrRepeatFunctionReturnTypeExtension.php
Expand Up @@ -18,9 +18,9 @@
use PHPStan\Type\StringType;
use PHPStan\Type\Type;
use function count;
use function ctype_digit;
use function str_repeat;
use function strlen;
use function strpos;

class StrRepeatFunctionReturnTypeExtension implements DynamicFunctionReturnTypeExtension
{
Expand Down

0 comments on commit 3851f2f

Please sign in to comment.