We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a32600 commit 4604390Copy full SHA for 4604390
1 file changed
tests/PHPStan/Rules/Arrays/data/bug-14234.php
@@ -52,7 +52,7 @@ function getShortenedPath4(string $identifier): string
52
return implode("/", $parts);
53
}
54
55
-function errorOnRegularError(array $parts): string
+function errorOnRegularArray(array $parts): string
56
{
57
assertType('array', $parts);
58
0 commit comments