diff --git a/phpstan.neon b/phpstan.neon index 7dc87ff..9c20c3e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,7 +1,7 @@ parameters: - ignoreErrors: - - - message: "#^Unreachable statement \\- code above always terminates\\.$#" - count: 1 - path: tests/Naneau/ProjectVersioner/Test/Reader/FinderTest.php + ignoreErrors: + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 1 + path: tests/Naneau/ProjectVersioner/Test/Reader/FinderTest.php