Skip to content

fix: deprecations triggered by debug class loader#981

Merged
fabpot merged 1 commit intosymfony:1.xfrom
shyim:fix-deprecations
Aug 3, 2023
Merged

fix: deprecations triggered by debug class loader#981
fabpot merged 1 commit intosymfony:1.xfrom
shyim:fix-deprecations

Conversation

@shyim
Copy link
Copy Markdown
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
Copy Markdown
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