Skip to content

Commit 4604390

Browse files
committed
Update bug-14234.php
1 parent 0a32600 commit 4604390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Rules/Arrays/data/bug-14234.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function getShortenedPath4(string $identifier): string
5252
return implode("/", $parts);
5353
}
5454

55-
function errorOnRegularError(array $parts): string
55+
function errorOnRegularArray(array $parts): string
5656
{
5757
assertType('array', $parts);
5858

0 commit comments

Comments
 (0)