Skip to content

Commit

Permalink
Disable PHPStan on Rector
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jun 30, 2022
1 parent 80defee commit e3504a5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
level: 7
paths:
- maintenance/Rector
#- maintenance/Rector
- src
- tests

Expand All @@ -20,10 +20,6 @@ parameters:
-
message: '#\$innerHTML#'
path: %currentWorkingDirectory%
# can't find a way to cast or properly defined some return elements
-
message: '#DOMNode, object given#'
path: %currentWorkingDirectory%/src/Extractor/ContentExtractor.php
# other stuff I might have fucked up with DOM* classes
-
message: '#DOMNode::\$tagName#'
Expand Down

0 comments on commit e3504a5

Please sign in to comment.