Skip to content

fix: deprecations triggered by debug class loader #981

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

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

shyim
Copy link
Contributor

@shyim shyim commented Jun 13, 2023

Fixes following errors:

21:05:05 INFO      [php] User Deprecated: Method "Composer\Plugin\PluginInterface::activate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\Flex" now to avoid errors or add an explicit @return annotation to suppress this message.
21:05:05 INFO      [php] User Deprecated: Method "Composer\Plugin\PluginInterface::deactivate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\Flex" now to avoid errors or add an explicit @return annotation to suppress this message.
21:05:05 INFO      [php] User Deprecated: Method "Composer\Plugin\PluginInterface::uninstall()" might add "void" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\Flex" now to avoid errors or add an explicit @return annotation to suppress this message.
21:05:05 INFO      [php] User Deprecated: Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\Response" now to avoid errors or add an explicit @return annotation to suppress this message.
21:05:05 INFO      [php] User Deprecated: Method "Composer\DependencyResolver\Operation\OperationInterface::getOperationType()" might add "string" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\InformationOperation" now to avoid errors or add an explicit @return annotation to suppress this message.
21:05:05 INFO      [php] User Deprecated: Method "Composer\DependencyResolver\Operation\OperationInterface::show()" might add "string" as a native return type declaration in the future. Do the same in implementation "Symfony\Flex\InformationOperation" now to avoid errors or add an explicit @return annotation to suppress this message.

@shyim shyim force-pushed the fix-deprecations branch from e22c7cd to 0c325e1 Compare June 13, 2023 21:12
@fabpot fabpot changed the base branch from 2.x to 1.x August 3, 2023 06:16
@fabpot fabpot force-pushed the fix-deprecations branch from 0c325e1 to 67ddf63 Compare August 3, 2023 06:16
@fabpot
Copy link
Member

fabpot commented Aug 3, 2023

Thank you @shyim.

@fabpot fabpot merged commit 1a482f5 into symfony:1.x Aug 3, 2023
@shyim shyim deleted the fix-deprecations branch August 3, 2023 06:47
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.

4 participants