Skip to content

Commit

Permalink
Remove PreferredAttributeOverAnnotationRule as better handled by Rect…
Browse files Browse the repository at this point in the history
…or sets for Symfony, Doctrine, PHPUnit etc. (#100)
  • Loading branch information
TomasVotruba committed Oct 19, 2023
1 parent d4b0cd4 commit 992fadf
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 385 deletions.
4 changes: 0 additions & 4 deletions config/services/services.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:

- Symplify\PHPStanRules\NodeTraverser\SimpleCallableNodeTraverser
- Symplify\PHPStanRules\PhpDocParser\PhpDocNodeTraverser
- Symplify\PHPStanRules\PhpDocParser\SimplePhpDocParser
- Symplify\PHPStanRules\Reflection\ReflectionParser
- Symplify\PHPStanRules\Matcher\ArrayStringAndFnMatcher
- Symplify\PHPStanRules\NodeFinder\TypeAwareNodeFinder
Expand All @@ -29,9 +28,6 @@ services:
- Symplify\PHPStanRules\ParentGuard\ParentElementResolver\ParentMethodResolver
- Symplify\PHPStanRules\PhpDoc\ApiDocStmtAnalyzer
- Symplify\PHPStanRules\PhpDoc\BarePhpDocParser
- Symplify\PHPStanRules\PhpDoc\ClassAnnotationResolver
- Symplify\PHPStanRules\PhpDoc\ClassReferencePhpDocNodeVisitor
- Symplify\PHPStanRules\PhpDoc\PhpDocNodeTraverser\ClassReferencePhpDocNodeTraverser
- Symplify\PHPStanRules\PhpDoc\PhpDocResolver
- Symplify\PHPStanRules\Printer\NodeComparator
- Symplify\PHPStanRules\Reflection\MethodCallNodeAnalyzer
Expand Down
47 changes: 0 additions & 47 deletions src/PhpDoc/ClassAnnotationResolver.php

This file was deleted.

66 changes: 0 additions & 66 deletions src/PhpDoc/ClassReferencePhpDocNodeVisitor.php

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions src/PhpDocParser/SimplePhpDocParser.php

This file was deleted.

114 changes: 0 additions & 114 deletions src/Rules/PreferredAttributeOverAnnotationRule.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 992fadf

Please sign in to comment.