-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix typo 'shared' #23378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo 'shared' #23378
Conversation
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arrrr 🏴☠️
|
/backport to stable20 |
Signed-off-by: Morris Jobke <[email protected]>
MorrisJobke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just pushed the code style fix 👍
| ]); | ||
| } | ||
|
|
||
| public function dataProvider_TrueFalse() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Naming is a bit uncommon but might be okay for tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's just the way i name it in my app tests. What would be your suggestion for data provider functions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
registerServiceData?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any convention how to name data providers right now. I would prefer to not mix snake_case and camelCase but we can also merge this.
|
CI failures are unrelated and are broken on master as well 🙈 |
|
The backport to stable20 failed. Please do this backport manually. |
The current implementation of

RegistrationContext.registerServicedoes not recognize the$shared-parameter correctly because of a typo.