Skip to content

Commit ac251bb

Browse files
committed
Fix CS
1 parent 8ce4f75 commit ac251bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PHPStan/Analyser/AnalyserWithCheckDynamicPropertiesTest.php

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

55
use PHPStan\Testing\PHPStanTestCase;
6+
use function array_merge;
7+
use function array_unique;
68

79
class AnalyserWithCheckDynamicPropertiesTest extends PHPStanTestCase
810
{
@@ -48,5 +50,4 @@ public static function getAdditionalConfigFiles(): array
4850
);
4951
}
5052

51-
5253
}

0 commit comments

Comments
 (0)