Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jan 31, 2022
1 parent a598efb commit 5a19d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ClosureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ public static function __callStatic(string $name, array $args): mixed {
],
'unknownFirstClassCallable' => [
'<?php
/** @psalm-suppress UndefinedFunction */
unknown(...);',
],
];
Expand Down

0 comments on commit 5a19d42

Please sign in to comment.