From 70c73bc5d6cfdabc4d94f995c9ca2c1a4cea67c5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 22 May 2021 10:08:33 +0200 Subject: [PATCH] Removed no-longer valid false positive for static analysis --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index fbddc81c..80f1b083 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -3,4 +3,3 @@ parameters: checkGenericClassInNonGenericObjectType: false ignoreErrors: - '#If condition is always false#' - - '#setOrderBy\(\) expects array\, array\ given#'