Skip to content

Commit

Permalink
[BUGFIX] Fix path to deleted ClassAliasMap file
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Mar 26, 2024
1 parent e724b22 commit 98b0ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/CodeQuality/General/RenameClassMapAliasRector.php
Expand Up @@ -104,7 +104,7 @@ function someFunction()
CODE_SAMPLE
,
[
self::CLASS_ALIAS_MAPS => 'config/Migrations/Code/ClassAliasMap.php',
self::CLASS_ALIAS_MAPS => 'path/to/ClassAliasMap.php',
]
),
]);
Expand Down

0 comments on commit 98b0ebb

Please sign in to comment.