From c8eca6c850f3f63fcd966d8db481ebd836adc38c Mon Sep 17 00:00:00 2001 From: t0mmie Date: Wed, 22 Dec 2021 09:42:44 +0100 Subject: [PATCH] Tabs to spaces --- phpstan.neon | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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