File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525 "nikic/php-parser" : " ^5.4.0" ,
2626 "ondram/ci-detector" : " ^3.4.0" ,
2727 "ondrejmirtes/better-reflection" : " 6.57.0.0" ,
28- "ondrejmirtes /composer-attribute-collector" : " ^1.1.1 " ,
28+ "olvlvl /composer-attribute-collector" : " dev-method-params " ,
2929 "ondrejmirtes/php-merge" : " ^4.1" ,
3030 "phpstan/php-8-stubs" : " 0.4.14" ,
3131 "phpstan/phpdoc-parser" : " 2.1.0" ,
7474 "sort-packages" : true ,
7575 "allow-plugins" : {
7676 "cweagans/composer-patches" : true ,
77+ "olvlvl/composer-attribute-collector" : true ,
7778 "ondrejmirtes/composer-attribute-collector" : true ,
7879 "vaimo/composer-patches" : true
7980 }
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function loadConfiguration(): void
3838 require_once __DIR__ . '/../../vendor/attributes.php ' ;
3939 $ builder = $ this ->getContainerBuilder ();
4040
41- $ autowiredParameters = Attributes::findTargetMethodParameters (AutowiredParameter::class);
41+ $ autowiredParameters = Attributes::findTargetParameters (AutowiredParameter::class);
4242
4343 foreach (Attributes::findTargetClasses (AutowiredService::class) as $ class ) {
4444 $ reflection = new ReflectionClass ($ class ->name );
You can’t perform that action at this time.
0 commit comments