From 5a22e9c6b1447569cf5f11908332c0fd5f6b5d85 Mon Sep 17 00:00:00 2001 From: Frank Dekker Date: Sat, 10 Feb 2024 11:19:12 +0100 Subject: [PATCH] Baseline phpstan --- phpstan-baseline.neon | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 8aeda48..6992b3a 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -14,3 +14,8 @@ parameters: message: "#^Class DigitalRevolution\\\\AccessorPairConstraint\\\\Tests\\\\Integration\\\\data\\\\TestEnum not found\\.$#" count: 2 path: tests/Unit/Constraint/ValueProvider/Compound/InstanceProviderTest.php + + - + message: "#^Call to function method_exists\\(\\) with 'PHPUnit\\\\\\\\Runner\\\\\\\\Version' and 'majorVersionNumber' will always evaluate to false\\.$#" + count: 1 + path: src/Constraint/ValueProvider/Compound/InstanceProvider.php