Skip to content

Commit 354a03a

Browse files
committed
Tests changes
1 parent 9f97329 commit 354a03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Arrays/EmptyArrayItemRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function testRule(): void
2020
{
2121
$this->analyse([__DIR__ . '/data/empty-array-item.php'], [
2222
[
23-
'Literal array contains empty item.',
23+
'Cannot use empty array elements in arrays on line 5',
2424
5,
2525
],
2626
]);

0 commit comments

Comments
 (0)