User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getPassword()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getRoles()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.id AS id_1, t0.picture AS picture_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.telephone AS telephone_8, t0.mobile AS mobile_9, t0.status AS status_10, t0.id_team AS id_team_11, t0.role AS role_12, t0.access_key AS access_key_13, t0.language AS language_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.phone_sidebar AS phone_sidebar_17, t0.id_user_rol AS id_user_rol_18 FROM users t0 WHERE t0.email IS NULL LIMIT 1"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.picture AS picture_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.name AS name_6, t0.last_name AS last_name_7, t0.telephone AS telephone_8, t0.mobile AS mobile_9, t0.status AS status_10, t0.id_team AS id_team_11, t0.role AS role_12, t0.access_key AS access_key_13, t0.language AS language_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.phone_sidebar AS phone_sidebar_17, t0.id_user_rol AS id_user_rol_18 FROM users t0 WHERE t0.email IS NULL LIMIT 1"
]
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated.