From 573f3d56543e5590cd929ed1e718c5f2c65aef42 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 14 Feb 2020 22:52:24 +0100 Subject: [PATCH] Remove solved errors from phpstan baseline file Ref: dce1104b88597683ae5e47ee7c75ce7fb647e6e4 ? Signed-off-by: William Desportes --- phpstan-baseline.neon | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6390fc2024..c4e8bcc0ce 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -7,16 +7,6 @@ parameters: count: 1 path: libraries/classes/Advisor.php - - - message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\\\|false given\\.$#" - count: 1 - path: libraries/classes/Advisor.php - - - - message: "#^Method PhpMyAdmin\\\\Advisor\\:\\:splitJustification\\(\\) should return array\\ but returns array\\\\.$#" - count: 1 - path: libraries/classes/Advisor.php - - message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#" count: 1