File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
config/sets/symfony/symfony7 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use Rector \Config \RectorConfig ;
6
6
7
- // @see https://github.com/symfony/symfony/blame /7.2/UPGRADE-7.2.md
7
+ // @see https://github.com/symfony/symfony/blob /7.2/UPGRADE-7.2.md
8
8
9
9
return static function (RectorConfig $ rectorConfig ): void {
10
10
$ rectorConfig ->import (__DIR__ . '/symfony72/symfony72-serializer.php ' );
Original file line number Diff line number Diff line change 4
4
5
5
use Rector \Config \RectorConfig ;
6
6
7
- // @see https://github.com/symfony/symfony/blame /7.3/UPGRADE-7.3.md
7
+ // @see https://github.com/symfony/symfony/blob /7.3/UPGRADE-7.3.md
8
8
9
9
return static function (RectorConfig $ rectorConfig ): void {
10
10
$ rectorConfig ->import (__DIR__ . '/symfony73/symfony73-console.php ' );
You can’t perform that action at this time.
0 commit comments