From 64cfe3332df9133b8b97c0b68edba6b63f0d87be Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Wed, 17 Jul 2024 17:33:30 +0200 Subject: [PATCH] Update PrintfArrayParametersRule.php --- src/Rules/Functions/PrintfArrayParametersRule.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Rules/Functions/PrintfArrayParametersRule.php b/src/Rules/Functions/PrintfArrayParametersRule.php index bf02d204b9d..fa190ddfa05 100644 --- a/src/Rules/Functions/PrintfArrayParametersRule.php +++ b/src/Rules/Functions/PrintfArrayParametersRule.php @@ -16,7 +16,6 @@ use function in_array; use function max; use function min; -use function PHPStan\dumpType; use function sprintf; /**