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.route AS route_2, t0.title AS title_3, t0.description AS description_4, t0.keywords AS keywords_5, t0.canonical AS canonical_6, t0.robots_index AS robots_index_7, t0.robots_follow AS robots_follow_8, t0.h1 AS h1_9, t0.h2 AS h2_10, t0.og_title AS og_title_11, t0.og_description AS og_description_12, t0.og_image AS og_image_13, t0.og_type AS og_type_14, t0.og_url AS og_url_15, t0.twitter_card AS twitter_card_16, t0.twitter_title AS twitter_title_17, t0.twitter_description AS twitter_description_18, t0.twitter_image AS twitter_image_19, t0.schema_json AS schema_json_20, t0.active AS active_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23 FROM seo_meta t0 WHERE t0.route = ? AND t0.active = ? LIMIT 1"
(parameters:
[1 => "/about?tab=FAQ"
2 => 1]
, types:
[1 => 22 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.route AS route_2, t0.title AS title_3, t0.description AS description_4, t0.keywords AS keywords_5, t0.canonical AS canonical_6, t0.robots_index AS robots_index_7, t0.robots_follow AS robots_follow_8, t0.h1 AS h1_9, t0.h2 AS h2_10, t0.og_title AS og_title_11, t0.og_description AS og_description_12, t0.og_image AS og_image_13, t0.og_type AS og_type_14, t0.og_url AS og_url_15, t0.twitter_card AS twitter_card_16, t0.twitter_title AS twitter_title_17, t0.twitter_description AS twitter_description_18, t0.twitter_image AS twitter_image_19, t0.schema_json AS schema_json_20, t0.active AS active_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23 FROM seo_meta t0 WHERE t0.route = ? AND t0.active = ? LIMIT 1"
"params" => [1 => "/about?tab=FAQ"
2 => 1]
"types" => [1 => 22 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.route AS route_2, t0.title AS title_3, t0.description AS description_4, t0.keywords AS keywords_5, t0.canonical AS canonical_6, t0.robots_index AS robots_index_7, t0.robots_follow AS robots_follow_8, t0.h1 AS h1_9, t0.h2 AS h2_10, t0.og_title AS og_title_11, t0.og_description AS og_description_12, t0.og_image AS og_image_13, t0.og_type AS og_type_14, t0.og_url AS og_url_15, t0.twitter_card AS twitter_card_16, t0.twitter_title AS twitter_title_17, t0.twitter_description AS twitter_description_18, t0.twitter_image AS twitter_image_19, t0.schema_json AS schema_json_20, t0.active AS active_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23 FROM seo_meta t0 WHERE t0.route = ? AND t0.active = ? LIMIT 1"
(parameters:
[1 => "/about"
2 => 1]
, types:
[1 => 22 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.route AS route_2, t0.title AS title_3, t0.description AS description_4, t0.keywords AS keywords_5, t0.canonical AS canonical_6, t0.robots_index AS robots_index_7, t0.robots_follow AS robots_follow_8, t0.h1 AS h1_9, t0.h2 AS h2_10, t0.og_title AS og_title_11, t0.og_description AS og_description_12, t0.og_image AS og_image_13, t0.og_type AS og_type_14, t0.og_url AS og_url_15, t0.twitter_card AS twitter_card_16, t0.twitter_title AS twitter_title_17, t0.twitter_description AS twitter_description_18, t0.twitter_image AS twitter_image_19, t0.schema_json AS schema_json_20, t0.active AS active_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23 FROM seo_meta t0 WHERE t0.route = ? AND t0.active = ? LIMIT 1"
"params" => [1 => "/about"
2 => 1]
"types" => [1 => 22 => 5]
]
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.