Since symfony/doctrine-bridge 7.4: The "Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension" class is deprecated, the code is incorporated into the extension classes of Doctrine bundles.
The "Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension" class extends "Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension" that is deprecated since Symfony 7.4, the code is incorporated into the extension classes of Doctrine bundles.
Method "EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface::new()" might add "KeyValueStore|Response" as a native return type declaration in the future. Do the same in implementation "App\Contacts\UI\Admin\ContactsSettingsCrudController" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface::new()" might add "KeyValueStore|Response" as a native return type declaration in the future. Do the same in implementation "App\DirectorWord\UI\Admin\DirectorWordCrudController" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface::new()" might add "KeyValueStore|Response" as a native return type declaration in the future. Do the same in implementation "App\History\UI\Admin\HistoryCrudController" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface::new()" might add "KeyValueStore|Response" as a native return type declaration in the future. Do the same in implementation "App\Homepage\UI\Admin\HomepageSettingsCrudController" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface::new()" might add "KeyValueStore|Response" as a native return type declaration in the future. Do the same in implementation "App\Team\UI\Admin\TeamSettingsCrudController" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getTypesFromConstructor()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getTypeFromConstructor()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getTypesFromConstructor()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getTypeFromConstructor()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getTypesFromConstructor()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getTypeFromConstructor()" instead.
Since symfony/property-info 7.3: The "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor::getTypes()" method is deprecated, use "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getType()" instead.
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.
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:130, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
"SELECT t0.id AS id_1, t0.singleton_key AS singleton_key_2, t0.video_url AS video_url_3, t0.afisha_mode AS afisha_mode_4, t0.afisha_week_from AS afisha_week_from_5, t0.afisha_week_to AS afisha_week_to_6, t0.afisha_month AS afisha_month_7, t0.afisha_range_from AS afisha_range_from_8, t0.afisha_range_to AS afisha_range_to_9, t0.banner_code AS banner_code_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM homepage_settings t0 WHERE t0.singleton_key = ? ORDER BY t0.created_at DESC LIMIT 1"
(parameters:
[1 => "master"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.singleton_key AS singleton_key_2, t0.video_url AS video_url_3, t0.afisha_mode AS afisha_mode_4, t0.afisha_week_from AS afisha_week_from_5, t0.afisha_week_to AS afisha_week_to_6, t0.afisha_month AS afisha_month_7, t0.afisha_range_from AS afisha_range_from_8, t0.afisha_range_to AS afisha_range_to_9, t0.banner_code AS banner_code_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM homepage_settings t0 WHERE t0.singleton_key = ? ORDER BY t0.created_at DESC LIMIT 1"
"params" => [1 => "master"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.title AS title_2, t0.qr_code AS qr_code_3, t0.description AS description_4, t0.position AS position_5, t0.enabled AS enabled_6, t0.created_at AS created_at_7, t0.settings_id AS settings_id_8, t0.file_id AS file_id_9 FROM homepage_qr_item t0 WHERE t0.settings_id = ? ORDER BY t0.position ASC, t0.created_at ASC"
(parameters:
[1 => "00000000-0000-0000-0000-000000000150"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.qr_code AS qr_code_3, t0.description AS description_4, t0.position AS position_5, t0.enabled AS enabled_6, t0.created_at AS created_at_7, t0.settings_id AS settings_id_8, t0.file_id AS file_id_9 FROM homepage_qr_item t0 WHERE t0.settings_id = ? ORDER BY t0.position ASC, t0.created_at ASC"
"params" => [1 => "00000000-0000-0000-0000-000000000150"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.
User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead.
"SELECT t0.id AS id_1, t0.url AS url_2, t0.filename AS filename_3, t0.s3_filename AS s3_filename_4, t0.extension AS extension_5, t0.size AS size_6, t0.created_at AS created_at_7 FROM file t0 WHERE t0.id = ?"
(parameters:
[1 => "a8e4f949-4f71-4cf5-9af0-790bf5191d0e"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.url AS url_2, t0.filename AS filename_3, t0.s3_filename AS s3_filename_4, t0.extension AS extension_5, t0.size AS size_6, t0.created_at AS created_at_7 FROM file t0 WHERE t0.id = ?"
"params" => [1 => "a8e4f949-4f71-4cf5-9af0-790bf5191d0e"
]
"types" => [1 => 2]
]
deprecation
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.