From 0448fd0323537008877244443f75ced26cf78027 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 22 Feb 2020 17:25:33 +0100 Subject: [PATCH] Add temporary strftime error to phpstan-baseline.neon Ref: https://github.com/phpstan/phpstan/issues/3014 Signed-off-by: William Desportes --- phpstan-baseline.neon | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 147557d9d9..31cf462b96 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -3692,4 +3692,8 @@ parameters: count: 1 path: test/selenium/TrackingTest.php + - + message: "#^Strict comparison using \\=\\=\\= between string and false will always evaluate to false\\.$#" + count: 1 + path: libraries/classes/Util.php