Skip to content

Commit

Permalink
PHPStan - remove class must be final rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pekral committed Aug 1, 2023
1 parent 7ada89a commit 6ef4fcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
4 changes: 1 addition & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
parameters:
level: max
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
rules:
- PekralPhpStanRule\ClassMustBeDefinedAsFinal
checkGenericClassInNonGenericObjectType: false
33 changes: 0 additions & 33 deletions rules/ClassMustBeDefinedAsFinal.php

This file was deleted.

0 comments on commit 6ef4fcd

Please sign in to comment.