From 0099b706d3c0988a75aacfa2e7f4bb5c8b6cd892 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 6 Apr 2024 18:57:24 +0200 Subject: [PATCH] cs --- src/Type/Php/StrRepeatFunctionReturnTypeExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Type/Php/StrRepeatFunctionReturnTypeExtension.php b/src/Type/Php/StrRepeatFunctionReturnTypeExtension.php index 6a07420b86a..00f3fd4a6ec 100644 --- a/src/Type/Php/StrRepeatFunctionReturnTypeExtension.php +++ b/src/Type/Php/StrRepeatFunctionReturnTypeExtension.php @@ -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 {