The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Smartkarp\Bundle\VueAdminBundle\DependencyInjection\SmartkarpVueAdminExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Smartkarp\Bundle\GeneralBundle\DependencyInjection\SmartkarpGeneralExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Smartkarp\Bundle\ApiBundle\DependencyInjection\SmartkarpApiExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Smartkarp\Bundle\TestBundle\DependencyInjection\SmartkarpTestExtension".
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Smartkarp\Bundle\YmlGeneratorBundle\DependencyInjection\SmartkarpYmlGeneratorExtension".
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "SergiX44\NutgramBundle\DependencyInjection\NutgramExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Smartkarp\Bundle\ApiBundle\Dto\SuccessDto::resolveData(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead
The "Sonata\Exporter\Source\DoctrineORMQuerySourceIterator" class is considered final since sonata-project/exporter 2.4. It may change without further notice as of its next major version. You should not extend it from "App\ORM\Iterator\DoctrineORMQuerySourceIterator".
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
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.
Smartkarp\Bundle\ApiBundle\Traits\ApiCreate::create(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead
Smartkarp\Bundle\ApiBundle\Traits\ApiRemove::remove(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead
Smartkarp\Bundle\ApiBundle\Traits\ApiUpdate::update(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead
Smartkarp\Bundle\ApiBundle\Traits\ApiGet::get(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead
SergiX44\NutgramBundle\Console\BundleInitCommand::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead
SergiX44\NutgramBundle\Console\LogoutCommand::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead
SergiX44\NutgramBundle\Console\RegisterCommandsCommand::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead
SergiX44\NutgramBundle\Console\RunCommand::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead
SergiX44\NutgramBundle\Console\WebhookInfoCommand::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead
SergiX44\NutgramBundle\Console\WebhookRemoveCommand::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead
SergiX44\NutgramBundle\Console\WebhookSetCommand::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead
Smartkarp\Bundle\GeneralBundle\Traits\HumanTrait::setLastName(): Implicitly marking parameter $lastName as nullable is deprecated, the explicit nullable type must be used instead
The "ApiPlatform\Hydra\Serializer\HydraPrefixNameConverter" class implements "Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface" that is deprecated since Symfony 7.2, use NameConverterInterface instead.
The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Liip\ImagineBundle\Templating\FilterExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" 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 MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:70 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)
"SELECT t0.auth_code AS auth_code_1, t0.auth_code_expiration AS auth_code_expiration_2, t0.last_login AS last_login_3, t0.username AS username_4, t0.created_by AS created_by_5, t0.updated_by AS updated_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.enabled AS enabled_9, t0.id AS id_10 FROM users t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.auth_code AS auth_code_1, t0.auth_code_expiration AS auth_code_expiration_2, t0.last_login AS last_login_3, t0.username AS username_4, t0.created_by AS created_by_5, t0.updated_by AS updated_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.enabled AS enabled_9, t0.id AS id_10 FROM users t0 WHERE t0.id = ?"
"params" => [1 => 288321]
"types" => [1 => Doctrine\DBAL\ParameterType {#1340
+name: "INTEGER"
}
]
]