Skip to content

Commit

Permalink
[PHPStan] Fix PHPStan notice on ParallelFileProcessor (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Apr 5, 2022
1 parent a0ad427 commit 08a3243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ parameters:
- src/*/*Processor.php
- rules/Composer/Application/FileProcessor/ComposerFileProcessor.php
- src/Contract/Processor/FileProcessorInterface.php
- packages/Parallel/Application/ParallelFileProcessor.php

- '#Call to function property_exists\(\) with PhpParser\\Node\\Stmt\\ClassLike and (.*?) will always evaluate to true#'

Expand Down

0 comments on commit 08a3243

Please sign in to comment.