Skip to content

[TASK] Remove obsolete prepareArguments() call#1061

Merged
s2b merged 1 commit intomainfrom
task/removeObsoleteCall
May 2, 2025
Merged

[TASK] Remove obsolete prepareArguments() call#1061
s2b merged 1 commit intomainfrom
task/removeObsoleteCall

Conversation

@s2b
Copy link
Contributor

@s2b s2b commented May 2, 2025

As suspected in the todo annotation, this call is obsolete: In the next line,
$this->parseArguments() is called, which calls
ViewHelperResolver::getArgumentDefinitionsForViewHelper() in its first
line, which then calls (and returns the result of prepareArguments().

As suspected in the todo annotation, this call is obsolete: In the next line,
`$this->parseArguments()` is called, which calls
`ViewHelperResolver::getArgumentDefinitionsForViewHelper()` in its first
line, which then calls (and returns the result of `prepareArguments()`.
@s2b s2b merged commit 2431e10 into main May 2, 2025
8 checks passed
@s2b s2b deleted the task/removeObsoleteCall branch May 2, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants