Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" 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 "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddParamConverterPass" 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 "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\OptimizerPass" 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 "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass" 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\DgsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "KevinPapst\TablerBundle\TablerBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\ExtractionsType" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" 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: 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:78 called by App_KernelDevDebugContainer.php:872, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
"SELECT t0.id AS id_1, t0.password AS password_2, t0.email_authentication_enabled AS email_authentication_enabled_3, t0.email_authentication_code AS email_authentication_code_4, t0.google_authenticator_enabled AS google_authenticator_enabled_5, t0.google_authenticator_secret AS google_authenticator_secret_6, t0.totp_authentication_enabled AS totp_authentication_enabled_7, t0.totp_secret AS totp_secret_8, t0.email AS email_9, t0.roles AS roles_10, t0.actif AS actif_11, t0.is_deleted AS is_deleted_12, t0.nom AS nom_13, t0.prenom AS prenom_14, t0.imageprofil AS imageprofil_15, t0.coordonnes_telfixe AS coordonnes_telfixe_16, t0.coordonnes_telportable AS coordonnes_telportable_17, t0.adresse_adresse AS adresse_adresse_18, t0.adresse_numero AS adresse_numero_19, t0.adresse_rue AS adresse_rue_20, t0.adresse_complement AS adresse_complement_21, t0.adresse_cp AS adresse_cp_22, t0.adresse_ville AS adresse_ville_23, t0.adresse_latitude AS adresse_latitude_24, t0.adresse_longitude AS adresse_longitude_25, t0.dateinscription AS dateinscription_26, t0.darkmode AS darkmode_27 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => 31]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.password AS password_2, t0.email_authentication_enabled AS email_authentication_enabled_3, t0.email_authentication_code AS email_authentication_code_4, t0.google_authenticator_enabled AS google_authenticator_enabled_5, t0.google_authenticator_secret AS google_authenticator_secret_6, t0.totp_authentication_enabled AS totp_authentication_enabled_7, t0.totp_secret AS totp_secret_8, t0.email AS email_9, t0.roles AS roles_10, t0.actif AS actif_11, t0.is_deleted AS is_deleted_12, t0.nom AS nom_13, t0.prenom AS prenom_14, t0.imageprofil AS imageprofil_15, t0.coordonnes_telfixe AS coordonnes_telfixe_16, t0.coordonnes_telportable AS coordonnes_telportable_17, t0.adresse_adresse AS adresse_adresse_18, t0.adresse_numero AS adresse_numero_19, t0.adresse_rue AS adresse_rue_20, t0.adresse_complement AS adresse_complement_21, t0.adresse_cp AS adresse_cp_22, t0.adresse_ville AS adresse_ville_23, t0.adresse_latitude AS adresse_latitude_24, t0.adresse_longitude AS adresse_longitude_25, t0.dateinscription AS dateinscription_26, t0.darkmode AS darkmode_27 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 31]
"types" => [1 => 1]
]