Skip to content

Commit

Permalink
skip type as used
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 2, 2024
1 parent d5d4a80 commit a2880ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
--skip-suffix "Rector" \
--skip-type="Rector\\Utils\\Compiler\\Unprefixer" \
--skip-type="Rector\\PhpDocParser\\PhpParser\\SmartPhpParserFactory"
--skip-type="Rector\NodeCollector\BinaryOpConditionsCollector"
-
name: 'Compatible PHPStan versions'
Expand Down
1 change: 0 additions & 1 deletion src/NodeCollector/BinaryOpConditionsCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

/**
* @see \Rector\Tests\NodeCollector\BinaryOpConditionsCollectorTest
* @deprecated Since 1.1.2, as related rule creates inverted conditions and makes code much less readable.
*/
final class BinaryOpConditionsCollector
{
Expand Down

0 comments on commit a2880ec

Please sign in to comment.