From 9b8d4a4c1425c6851c7adcaf66f558426f4412a2 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Fri, 20 Oct 2023 12:27:26 +0300 Subject: [PATCH] Revert "Test without ignoreErrors" This reverts commit 054a5906221b0922e4303b2225b238a6c3a9709e. --- phpstan-baseline.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 50a3f0a..c88bd3a 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1,5 +1,7 @@ parameters: ignoreErrors: + - + message: '#^Method .* is unused.$#' - message: "#^Offset 'secret' does not exist on array\\{secret\\?\\: array\\\\|string, secure\\: bool, relaxed\\: array\\, algorithm\\: array\\, header\\: string, regexp\\: string, cookie\\: string, attribute\\: string, \\.\\.\\.\\}\\.$#" count: 1