Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Hakam\MultiTenancyBundle\DependencyInjection\HakamMultiTenancyExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "Hakam\MultiTenancyBundle\DependencyInjection\HakamMultiTenancyExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pd\MenuBundle\DependencyInjection\PdMenuExtension" 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 "Pd\MenuBundle\DependencyInjection\PdMenuExtension" 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 "App\Command\GenerateEntityFixturesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\GenerateEntityFixturesCommand".
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1755, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
"SELECT t0.id AS id_1, t0.name AS name_2, t0.base_price AS base_price_3, t0.logo AS logo_4, t0.description AS description_5, t0.type AS type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10 FROM plan t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.base_price AS base_price_3, t0.logo AS logo_4, t0.description AS description_5, t0.type AS type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10 FROM plan t0"
]