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 return type to TwigFormPass::process() #518

Merged
merged 1 commit into from
Nov 18, 2023
Merged

Conversation

jontjs
Copy link
Contributor

@jontjs jontjs commented Nov 16, 2023

This fixes the warning:

Method
"Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation
"FM\ElfinderBundle\DependencyInjection\Compiler\TwigFormPass" now to avoid errors or add an explicit @return annotation to suppress this message.

This fixes the warning:

Method
"Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()"
might add "void" as a native return type declaration in the future.
Do the same in implementation
"FM\ElfinderBundle\DependencyInjection\Compiler\TwigFormPass"
now to avoid errors or add an explicit @return annotation to suppress this message.
@helios-ag
Copy link
Owner

thank you!

@helios-ag helios-ag merged commit 71d0268 into helios-ag:main Nov 18, 2023
4 checks passed
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.

None yet

2 participants