From 7b28d0fe073bcac1567bc0f2d22062704f4dabda Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sat, 3 Sep 2022 18:59:34 +0200 Subject: [PATCH] feat: remove SlevomatCodingStandard.Operators.DisallowEqualOperators We can use phpstan for that which handles it better https://phpstan.org/r/977a0017-a744-4a9c-8bc8-6e580ff5ec1b --- lib/Doctrine/ruleset.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Doctrine/ruleset.xml b/lib/Doctrine/ruleset.xml index 5dddccf6..3a30e126 100644 --- a/lib/Doctrine/ruleset.xml +++ b/lib/Doctrine/ruleset.xml @@ -369,8 +369,6 @@ - -