File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -498,16 +498,6 @@ services:
498
498
scanFiles : %scanFiles%
499
499
scanDirectories : %scanDirectories%
500
500
501
- -
502
- class : PHPStan\Parser\DeclarePositionVisitor
503
- tags :
504
- - phpstan.parser.richParserNodeVisitor
505
-
506
- -
507
- class : PHPStan\Parser\ImmediatelyInvokedClosureVisitor
508
- tags :
509
- - phpstan.parser.richParserNodeVisitor
510
-
511
501
-
512
502
class : PHPStan\Parallel\ParallelAnalyser
513
503
arguments :
Original file line number Diff line number Diff line change 4
4
5
5
use PhpParser \Node ;
6
6
use PhpParser \NodeVisitorAbstract ;
7
+ use PHPStan \DependencyInjection \AutowiredService ;
7
8
use function str_starts_with ;
8
9
10
+ #[AutowiredService]
9
11
final class DeclarePositionVisitor extends NodeVisitorAbstract
10
12
{
11
13
Original file line number Diff line number Diff line change 4
4
5
5
use PhpParser \Node ;
6
6
use PhpParser \NodeVisitorAbstract ;
7
+ use PHPStan \DependencyInjection \AutowiredService ;
7
8
9
+ #[AutowiredService]
8
10
final class ImmediatelyInvokedClosureVisitor extends NodeVisitorAbstract
9
11
{
10
12
You can’t perform that action at this time.
0 commit comments