From f61d39ac010d4ac984c1b92e13a3d4cbecf108e7 Mon Sep 17 00:00:00 2001 From: Richard van Velzen Date: Wed, 8 Jun 2022 15:18:02 +0200 Subject: [PATCH] Fix CS --- tests/PHPStan/Parser/TypeParserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPStan/Parser/TypeParserTest.php b/tests/PHPStan/Parser/TypeParserTest.php index eaf3d9b0..8289488b 100644 --- a/tests/PHPStan/Parser/TypeParserTest.php +++ b/tests/PHPStan/Parser/TypeParserTest.php @@ -1265,7 +1265,7 @@ public function provideParseData(): array ) ) ), - ] + ], ]; }