From 054a5906221b0922e4303b2225b238a6c3a9709e Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Fri, 20 Oct 2023 12:25:54 +0300 Subject: [PATCH] Test without ignoreErrors --- phpstan-baseline.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index c88bd3a..50a3f0a 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1,7 +1,5 @@ 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