Skip to content

Commit 8863f54

Browse files
janedbalondrejmirtes
authored andcommitted
ImmediatelyCalledFunctionWithoutImplicitThrowTest
1 parent 72cf8ba commit 8863f54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PHPStan/Analyser/ImmediatelyCalledFunctionWithoutImplicitThrowTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace PHPStan\Analyser;
44

55
use PHPStan\Testing\TypeInferenceTestCase;
6+
use function array_merge;
67

78
class ImmediatelyCalledFunctionWithoutImplicitThrowTest extends TypeInferenceTestCase
89
{
@@ -29,7 +30,7 @@ public static function getAdditionalConfigFiles(): array
2930
{
3031
return array_merge(
3132
parent::getAdditionalConfigFiles(),
32-
[__DIR__ . '/data/immediately-called-function-without-implicit-throw.neon']
33+
[__DIR__ . '/data/immediately-called-function-without-implicit-throw.neon'],
3334
);
3435
}
3536

0 commit comments

Comments
 (0)