Skip to content

Fix the legacy dispatcher argument order - #25531

Merged
rullzer merged 1 commit into
masterfrom
fix/dispatcher-argument-order
Feb 9, 2021
Merged

Fix the legacy dispatcher argument order#25531
rullzer merged 1 commit into
masterfrom
fix/dispatcher-argument-order

Conversation

@ChristophWurst

@ChristophWurstChristophWurst commented Feb 8, 2021

Copy link
Copy Markdown
Member

Symfony switched the argument order to comply with the PSR dispatcher but we still use it wrong in many places. Also the way we extend the interface is technically wrong …

Bildschirmfoto von 2021-02-09 10-46-08

So this all works more or less by chance. After the PR it's a bit more reliable: you can use the adapter in both fashions.

@ChristophWurstChristophWurst added bug 2. developing Work in progress technical debt 🧱 🤔🚀 labels Feb 8, 2021
@ChristophWurstChristophWurst added this to the Nextcloud 21 milestone Feb 8, 2021
@ChristophWurstChristophWurst self-assigned this Feb 8, 2021
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst
ChristophWurstforce-pushed the fix/dispatcher-argument-order branch from 93100b6 to abc61a9CompareFebruary 9, 2021 09:47
@ChristophWurstChristophWurst added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Feb 9, 2021
@ChristophWurst
ChristophWurst marked this pull request as ready for review February 9, 2021 09:49
@faily-bot

faily-botBot commented Feb 9, 2021

Copy link
Copy Markdown

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 2059: failure

checkers

mysql8.0-php7.4

@rullzerrullzer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@rullzer
rullzer merged commit f797a94 into masterFeb 9, 2021
@rullzer
rullzer deleted the fix/dispatcher-argument-order branch February 9, 2021 13:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbugtechnical debt🧱 🤔🚀

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ChristophWurst@rullzer@kesselb