From d0570b744ad3f264b9ff2505207b2b7b4166e4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20DECOOL?= Date: Sat, 14 May 2022 14:41:09 +0200 Subject: [PATCH] Remove PHPStan false positive --- phpstan.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index ada3bfc..5764e21 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,3 +2,8 @@ parameters: level: 5 bootstrapFiles: - %rootDir%/../../../vendor/autoload.php + + ignoreErrors: + - + message: '#Left side of && is always true#' + path: src/Core/ImageWorkshopLayer.php