Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListeners\UserSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventSubscriber\AutologinSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Since api-platform/core 3.3: Setting the value of "use_symfony_listeners" will be mandatory in 4.0 as it will default to "false". Use "true" if you use Symfony Controllers or Event Listeners.
Since api-platform/core 3.3: The hydra: prefix will be removed in 4.0 by default, set "api_platform.serializer" or "serializer.default_context" to "hydra_prefix: true" to keep the current behavior.
Since api-platform/core 3.2: Using doctrine/inflector is deprecated since API Platform 3.2 and will be removed in API Platform 4. Use symfony/string instead. Run "composer require symfony/string" and set "keep_legacy_inflector" to false in config.
Since symfony/console 7.3: Overriding "Command::getDefaultName()" in "ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand" is deprecated and will be removed in Symfony 8.0, use the #[AsCommand] attribute instead.
Since symfony/console 7.3: Overriding "Command::getDefaultName()" in "ApiPlatform\Symfony\Bundle\Command\OpenApiCommand" is deprecated and will be removed in Symfony 8.0, use the #[AsCommand] attribute instead.
Since symfony/console 7.3: Overriding "Command::getDefaultName()" in "ApiPlatform\Symfony\Bundle\Command\DebugResourceCommand" is deprecated and will be removed in Symfony 8.0, use the #[AsCommand] attribute instead.
User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x.
User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:54 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)
"SELECT t0.firstname AS firstname_1, t0.lastname AS lastname_2, t0.email AS email_3, t0.phone AS phone_4, t0.mobile AS mobile_5, t0.alias AS alias_6, t0.id_intranet AS id_intranet_7, t0.createdAt AS createdAt_8, t0.updatedAt AS updatedAt_9, t0.deletedAt AS deletedAt_10, t0.id AS id_11, t0.password AS password_12, t0.docusignUserId AS docusignUserId_13, t0.roles AS roles_14, t0.refreshToken AS refreshToken_15, t0.accessToken AS accessToken_16, t0.tokenExpireAt AS tokenExpireAt_17, t0.eurosignRefreshToken AS eurosignRefreshToken_18, t0.eurosignAccessToken AS eurosignAccessToken_19, t0.eurosignTokenExpireAt AS eurosignTokenExpireAt_20 FROM administrator t0 WHERE t0.email = ? LIMIT 1"
[
"sql" => "SELECT t0.firstname AS firstname_1, t0.lastname AS lastname_2, t0.email AS email_3, t0.phone AS phone_4, t0.mobile AS mobile_5, t0.alias AS alias_6, t0.id_intranet AS id_intranet_7, t0.createdAt AS createdAt_8, t0.updatedAt AS updatedAt_9, t0.deletedAt AS deletedAt_10, t0.id AS id_11, t0.password AS password_12, t0.docusignUserId AS docusignUserId_13, t0.roles AS roles_14, t0.refreshToken AS refreshToken_15, t0.accessToken AS accessToken_16, t0.tokenExpireAt AS tokenExpireAt_17, t0.eurosignRefreshToken AS eurosignRefreshToken_18, t0.eurosignAccessToken AS eurosignAccessToken_19, t0.eurosignTokenExpireAt AS eurosignTokenExpireAt_20 FROM administrator t0 WHERE t0.email = ? LIMIT 1"
"params" => [1 => "hugo@biyn.media"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#1003
+name: "STRING"
}
]
]
User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\Administrator::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method.
User Deprecated: Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Type" class is deprecated. Use "Symfony\Component\TypeInfo\Type" class from "symfony/type-info" instead.