From 2e0eb80cca8b145948295b0343f29240ef8328b9 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 4 May 2020 00:13:25 +0200 Subject: [PATCH] Update phpstan baseline Signed-off-by: William Desportes --- phpstan-baseline.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index cbef422528..25ba78e6cb 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -2265,11 +2265,6 @@ parameters: count: 1 path: libraries/classes/Plugins/Auth/AuthenticationHttp.php - - - message: "#^Parameter \\#1 \\$options of function session_set_cookie_params expects array\\(\\)\\|array\\('lifetime' \\=\\> int, 'path' \\=\\> string, 'domain' \\=\\> string\\|null, 'secure' \\=\\> bool, 'httponly' \\=\\> bool\\), array given\\.$#" - count: 1 - path: libraries/classes/Plugins/Auth/AuthenticationSignon.php - - message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#" count: 1