Skip to content

Commit 08be765

Browse files
author
Kirill Nesmeyanov
committed
Fix array shape tests
1 parent 562c801 commit 08be765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ArrayShapesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function testMixedFields(): void
131131
{
132132
$this->assertTypeStatementFails(<<<'PHP'
133133
array{ int, named: int }
134-
PHP, 'cannot mix explicit and implicit shape keys');
134+
PHP, 'explicit and implicit shape keys');
135135
}
136136

137137
public function testAllFields(): void

0 commit comments

Comments
 (0)