Skip to content

Commit 1bf6784

Browse files
herndlmondrejmirtes
authored andcommitted
remove unnecessary function call
1 parent 1cba987 commit 1bf6784

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/PHPStan/Analyser/data/bug-7776.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ function test(array $settings = []): bool {
1313
assertType('array{page?: int, search?: string}', $settings);
1414
return isset($copy['search']);
1515
}
16-
17-
test();

0 commit comments

Comments
 (0)