GET https://dev.vaigo.it/registration

Log Messages

Level (7)
Channel (3)
Time Message
deprecation 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.
info Matched route
"customer_registration"
.
deprecation 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)
deprecation 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)
deprecation Deprecated: Return type of App\Infrastructure\Form\User\RegistrationFormEntity::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
deprecation Deprecated: Return type of App\Infrastructure\Form\User\RegistrationFormEntity::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
deprecation Deprecated: Return type of App\Infrastructure\Form\User\RegistrationFormEntity::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
deprecation Deprecated: Return type of App\Infrastructure\Form\User\RegistrationFormEntity::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
deprecation User Deprecated: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\User\RegistrationFormEntity" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\User\RegistrationFormEntity" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\User\RegistrationFormEntity" now to avoid errors or add an explicit @return annotation to suppress this message.
deprecation User Deprecated: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\User\RegistrationFormEntity" now to avoid errors or add an explicit @return annotation to suppress this message.

There are no log messages.

Container Compilation Logs (0)

Log messages generated during the compilation of the service container.

There are no compiler log messages.