Skip to content

Commit

Permalink
Merge branch '6.x' into remove-linkmap-sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Apr 10, 2024
2 parents 97255c4 + 0b52bff commit 62ddaf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@
new MethodCallRename(rex_article_slice::class, 'getClang', 'getClangId'),
new MethodCallRename(rex_structure_element::class, 'getClang', 'getClangId'),

new MethodCallRename(MediaManager\MediaManagerExecutor::class, 'getImageWidth', 'getWidth'),
new MethodCallRename(MediaManager\MediaManagerExecutor::class, 'getImageHeight', 'getHeight'),
new MethodCallRename(MediaManager\ManagedMedia::class, 'getImageWidth', 'getWidth'),
new MethodCallRename(MediaManager\ManagedMedia::class, 'getImageHeight', 'getHeight'),

new MethodCallRename(Mailer\Mailer::class, 'setLog', 'setArchive'),

Expand Down Expand Up @@ -326,7 +326,7 @@
new ArgumentRemover(rex_list::class, 'getUrl', 1, null),
new ArgumentRemover(rex_list::class, 'getParsedUrl', 1, null),
new ArgumentRemover(rex_structure_element::class, 'getUrl', 1, null),
new ArgumentRemover(MediaManager\MediaManagerManager::class, 'getUrl', 3, null),
new ArgumentRemover(MediaManager\MediaManager::class, 'getUrl', 3, null),

new ArgumentRemover(Util\Markdown::class, 'parse', 1, [true]),
new ArgumentRemover(Util\Markdown::class, 'parseWithToc', 3, [true]),
Expand Down

0 comments on commit 62ddaf1

Please sign in to comment.