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\Infrastructure\Command\EmailSendingCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Command\EmailSendingCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\EmailSendingCommand" 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\Infrastructure\Command\ExportRentagoRentalCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Command\ExportRentagoRentalCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\ExportRentagoRentalCommand" 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\Infrastructure\Command\ExportUsatoCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Command\ExportUsatoCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\ExportUsatoCommand" 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\Infrastructure\Command\HubspotSendTest" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\HubspotSendTest" 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\Infrastructure\Command\ImportIdealRentCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\ImportIdealRentCommand" 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\Infrastructure\Command\ImportUsatoCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\ImportUsatoCommand" 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\Infrastructure\Command\PurgeDataCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\PurgeDataCommand" 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\Infrastructure\Command\PurgeSaleCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\PurgeSaleCommand" 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\Infrastructure\Command\UserChangePassword" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Command\UserChangePassword" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\UserChangePassword" 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\Infrastructure\Command\UserDataFixture" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Command\UserDataFixture" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Command\UserDataFixture" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\Persistence\ObjectRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Repository\DatabaseOfferRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to attribute or XML driver. (YamlDriver.php:47 called by SimplifiedYamlDriver.php:25, https://github.com/doctrine/orm/issues/8465, 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:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)