[PHPStan] Fix duplicate report PreventDuplicateClassMethodRule (#5225)

* [PHPStan] Fix duplicate report PreventDuplicateClassMethodRule

* reg
This commit is contained in:
Abdul Malik Ikhsan 2021-01-18 23:46:10 +07:00 committed by GitHub
parent a7550337f0
commit 2e911431e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,4 @@
services:
-
class: Symplify\PHPStanRules\Rules\PreventDuplicateClassMethodRule
tags: [phpstan.rules.rule]
-
class: Symplify\PHPStanRules\Rules\PreferredMethodCallOverIdenticalCompareRule
tags: [phpstan.rules.rule]