Skip to content

Commit

Permalink
rector.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed May 19, 2024
1 parent def76a4 commit b3f01e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@
new ArgumentRemover(Filesystem\Url::class, 'backendPage', 2, null),
new ArgumentRemover(Filesystem\Url::class, 'currentBackendPage', 1, null),
new ArgumentRemover(Form\AbstractForm::class, 'getUrl', 1, null),
new ArgumentRemover(rex_list::class, 'getUrl', 1, null),
new ArgumentRemover(rex_list::class, 'getParsedUrl', 1, null),
new ArgumentRemover(View\DataList::class, 'getUrl', 1, null),
new ArgumentRemover(View\DataList::class, 'getParsedUrl', 1, null),
new ArgumentRemover(Content\StructureElement::class, 'getUrl', 1, null),
new ArgumentRemover(MediaManager\MediaManager::class, 'getUrl', 3, null),

Expand Down

0 comments on commit b3f01e9

Please sign in to comment.