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 types for DependencyInjection functions to remove deprectations messages #306

Merged

Conversation

DennisdeBest
Copy link
Contributor

In symfony 6.3 deprecation messages like :

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

were added, I added the return types for the two classes that generated the deprecation messages.

@curry684 curry684 merged commit 8863069 into omines:master Jul 3, 2023
0 of 3 checks passed
@curry684
Copy link
Member

curry684 commented Jul 3, 2023

Thanks :)

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