Skip to content

"Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type #46

Description

@thislg

Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "LePhare\ImportBundle\DependencyInjection\LePhareImportExtension" now to avoid errors or add an explicit @return annotation to suppress this message.

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

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

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

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

Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "LePhare\ImportBundle\Command\ImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions