Skip to content
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

3.x: use union types #262

Merged
merged 5 commits into from
Nov 10, 2023
Merged

3.x: use union types #262

merged 5 commits into from
Nov 10, 2023

Conversation

Indianer3c
Copy link
Contributor

No description provided.

@@ -33,7 +33,7 @@ and add::
* @param \Cake\Http\ServerRequest $request Server Request
* @return bool
*/
public function canAccess($identity, ServerRequest $request)
public function canAccess($identity, ServerRequest $request): ResultInterface
Copy link
Member

Choose a reason for hiding this comment

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

Why does a bool method (and documented as such) now return an object?

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry my mistake

@LordSimal LordSimal merged commit d2be1f9 into cakephp:3.x Nov 10, 2023
7 checks passed
@LordSimal
Copy link
Contributor

thank you 👍🏻

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.

3 participants