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

add symfony 6 return types #330

Merged

Conversation

jrushlow
Copy link
Collaborator

No description provided.

*/
public function getContainerExtension()
public function getContainerExtension(): ?ExtensionInterface
Copy link
Member

Choose a reason for hiding this comment

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

ExtensionInterface is a different from that we had in @return KnpUOAuth2ClientExtension - we had incorrect return type? Or if that KnpUOAuth2ClientExtension still relevant, I'd recommend keeping that PHPDoc like this:
@return KnpUOAuth2ClientExtension|ExtensionInterface

Copy link
Member

Choose a reason for hiding this comment

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

It's minor - but I agree :). But I'm going to merge this

@weaverryan
Copy link
Member

Thanks Jesse!

@weaverryan weaverryan merged commit 37d94d1 into knpuniversity:master Nov 19, 2021
@jrushlow jrushlow added the Feature New Feature label Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants