Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Feb 15, 2024
1 parent fbc51a0 commit 5bb5bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
use function implode;
use function is_int;
use function is_string;
use function ltrim;
use function preg_match;
use function preg_replace;
use function preg_split;
Expand Down
2 changes: 1 addition & 1 deletion tests/AnnotationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ public function ret(): array { return []; }
$_ = (new A)->ret();
',
'assertions' => [
'$_===' => 'list<array{href: string, lang: string}>'
'$_===' => 'list<array{href: string, lang: string}>',
],
],
'builtInClassInAShape' => [
Expand Down

0 comments on commit 5bb5bc2

Please sign in to comment.