File tree Expand file tree Collapse file tree
config/sets/symfony/symfony5 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 $ rectorConfig ->import (__DIR__ . '/symfony53/symfony53-security-core.php ' );
1717 $ rectorConfig ->import (__DIR__ . '/symfony53/symfony53-mailer.php ' );
1818 $ rectorConfig ->import (__DIR__ . '/symfony53/symfony53-form.php ' );
19-
20- $ rectorConfig ->rules ([KernelTestCaseContainerPropertyDeprecationRector::class]);
19+ $ rectorConfig ->import (__DIR__ . '/symfony53/symfony53-framework-bundle.php ' );
2120};
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ declare (strict_types=1 );
4+
5+ use Rector \Config \RectorConfig ;
6+ use Rector \Symfony \Symfony53 \Rector \StaticPropertyFetch \KernelTestCaseContainerPropertyDeprecationRector ;
7+
8+ return static function (RectorConfig $ rectorConfig ): void {
9+ $ rectorConfig ->rules ([KernelTestCaseContainerPropertyDeprecationRector::class]);
10+ };
Original file line number Diff line number Diff line change @@ -244,10 +244,11 @@ public function provide(): array
244244
245245 new ComposerTriggeredSet (
246246 SetGroup::SYMFONY ,
247- 'symfony/* ' ,
247+ 'symfony/framework-bundle ' ,
248248 '5.3 ' ,
249- __DIR__ . '/../../../config/sets/symfony/symfony5/symfony53.php '
249+ __DIR__ . '/../../../config/sets/symfony/symfony5/symfony53/symfony53-framework-bundle .php '
250250 ),
251+
251252 new ComposerTriggeredSet (
252253 SetGroup::SYMFONY ,
253254 'symfony/* ' ,
You can’t perform that action at this time.
0 commit comments