diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5eb483d8..5f1a002d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,11 @@
## 4.30.0
* Create top level OpenApi Tag from Tags top level annotations/attributes
+## 4.25.3
+
+* Calling `DocumentationExtension::getExtendedType()` has been deprecated in favor of `DocumentationExtension::getExtendedTypes()` to align with the deprecation introduced with `symfony/symfony` version `4.2`.
+
+
## 4.26.0
* Add ability to configure UI through configuration
@@ -149,6 +154,11 @@ doc-api:
* Added Redocly as an alternative to Swagger UI. https://github.com/Redocly/redoc.
* Added support for describing dictionary types in OpenAPI 3.0.
+## 4.17.0
+
+* Passing groups to `PropertyDescriberInterface::describe()` via the `$groups` parameter is deprecated, the parameter will get removed in a future version. Pass groups via `$context['groups']` instead.
+
+
## 4.0.0
* Added support of OpenAPI 3.0. The internals were completely reworked and this version introduces BC breaks.
@@ -175,7 +185,7 @@ doc-api:
* Add a documentation form extension. Use the ``documentation`` option to define how a form field is documented.
* Allow references to config definitions in controllers.
-* Using `@Model` implicitely in `@SWG\Schema`, `@SWG\Items` and `@SWG\Property` is deprecated. Use `ref=@Model()` instead.
+* Using `@Model` implicitly in `@SWG\Schema`, `@SWG\Items` and `@SWG\Property` is deprecated. Use `ref=@Model()` instead.
Before:
```php
diff --git a/docs/index.rst b/docs/index.rst
index 3da4629f4..eec3812ea 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -109,7 +109,7 @@ It generates an OpenAPI documentation from your Symfony app thanks to
routes, etc.
If you configured the ``app.swagger_ui`` route above, you can browse your
-documentation at `http://example.org/api/doc`.
+documentation at ``http://example.org/api/doc``.
Using the bundle
----------------
@@ -350,7 +350,7 @@ properties and validator constraints. Take the model class below:
}
The ``NotBlank`` constraint will apply only to the ``default`` and ``create``
-group, but not ``update``. In more practical terms: the `username` property
+group, but not ``update``. In more practical terms: the ``username`` property
would show as ``required`` for both model create and default, but not update.
When using code generators to build API clients, this often translates into
client side validation and types. ``NotBlank`` adding ``required`` will cause
@@ -509,7 +509,7 @@ General PHP objects
nelmio_api_doc:
models: { use_jms: false }
- Alternatively, it is also possible to opt out of JMS serializer usage per endpoint by setting `useJms` in the serializationContext:
+ Alternatively, it is also possible to opt out of JMS serializer usage per endpoint by setting ``useJms`` in the serializationContext:
.. configuration-block::
diff --git a/docs/symfony_attributes.rst b/docs/symfony_attributes.rst
index b874b6af0..fa149a074 100644
--- a/docs/symfony_attributes.rst
+++ b/docs/symfony_attributes.rst
@@ -197,4 +197,4 @@ Make sure to use at least php 8.1 (attribute support) to make use of this functi
.. _`Symfony MapQueryString`: https://symfony.com/doc/current/controller.html#mapping-the-whole-query-string
.. _`Symfony MapQueryParameter`: https://symfony.com/doc/current/controller.html#mapping-query-parameters-individually
.. _`Symfony MapRequestPayload`: https://symfony.com/doc/current/controller.html#mapping-request-payload
-.. _`RouteArgumentDescriberInterface`: https://github.com/DjordyKoert/NelmioApiDocBundle/blob/master/RouteDescriber/RouteArgumentDescriber/RouteArgumentDescriberInterface.php
+.. _`RouteArgumentDescriberInterface`: https://github.com/DjordyKoert/NelmioApiDocBundle/blob/master/src/RouteDescriber/RouteArgumentDescriber/RouteArgumentDescriberInterface.php
diff --git a/phpunit-baseline.json b/phpunit-baseline.json
deleted file mode 100644
index b421f9eeb..000000000
--- a/phpunit-baseline.json
+++ /dev/null
@@ -1,7317 +0,0 @@
-[
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since api-platform/core 2.7: Using \"api_platform.iri_converter.legacy\" is deprecated since API Platform 2.7. Use \"ApiPlatform\\Api\\IriConverterInterface\" instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testRedocly",
- "message": "Since api-platform/core 2.7: Using \"api_platform.iri_converter.legacy\" is deprecated since API Platform 2.7. Use \"ApiPlatform\\Api\\IriConverterInterface\" instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since api-platform/core 2.7: Using \"api_platform.iri_converter.legacy\" is deprecated since API Platform 2.7. Use \"ApiPlatform\\Api\\IriConverterInterface\" instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since api-platform/core 2.7: Using \"api_platform.iri_converter.legacy\" is deprecated since API Platform 2.7. Use \"ApiPlatform\\Api\\IriConverterInterface\" instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testInvalidJsonArea",
- "message": "Since api-platform/core 2.7: Using \"api_platform.iri_converter.legacy\" is deprecated since API Platform 2.7. Use \"ApiPlatform\\Api\\IriConverterInterface\" instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since api-platform/core 2.7: Using \"api_platform.iri_converter.legacy\" is deprecated since API Platform 2.7. Use \"ApiPlatform\\Api\\IriConverterInterface\" instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.4: Option \"enable_annotations\" at \"framework.serializer\" is deprecated. Use the \"enable_attributes\" option instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.1: Not setting the \"framework.http_method_override\" config option is deprecated. It will default to \"false\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.handle_all_throwables\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.validation.email_validation_mode\" config option is deprecated. It will default to \"html5\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.php_errors.log\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the \"framework.annotations.enabled\" config option to false.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since api-platform/core 3.2: Setting the \"formats\" section will be mandatory in API Platform 4.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "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.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_warmer\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 3
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/validator 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\ApiPlatform3\\Dummy::$name\" uses Doctrine Annotations to configure validation constraints, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 42
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 126
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Option \"enable_annotations\" at \"framework.serializer\" is deprecated. Use the \"enable_attributes\" option instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.1: Not setting the \"framework.http_method_override\" config option is deprecated. It will default to \"false\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.handle_all_throwables\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.validation.email_validation_mode\" config option is deprecated. It will default to \"html5\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.php_errors.log\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the \"framework.annotations.enabled\" config option to false.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since api-platform/core 3.2: Setting the \"formats\" section will be mandatory in API Platform 4.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "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.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_warmer\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::setUp",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/validator 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\ApiPlatform3\\Dummy::$name\" uses Doctrine Annotations to configure validation constraints, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ArrayItemsErrorController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Option \"enable_annotations\" at \"framework.serializer\" is deprecated. Use the \"enable_attributes\" option instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.1: Not setting the \"framework.http_method_override\" config option is deprecated. It will default to \"false\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.handle_all_throwables\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.validation.email_validation_mode\" config option is deprecated. It will default to \"html5\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.php_errors.log\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the \"framework.annotations.enabled\" config option to false.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since api-platform/core 3.2: Setting the \"formats\" section will be mandatory in API Platform 4.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "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.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/templating 6.4: \"Symfony\\Component\\Templating\\Helper\\Helper\" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/templating 6.4: \"Symfony\\Component\\Templating\\Helper\\HelperInterface\" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_warmer\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::setUp",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/validator 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\ApiPlatform3\\Dummy::$name\" uses Doctrine Annotations to configure validation constraints, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 30
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\BazingaController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\BazingaTypedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 30
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\BazingaController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\BazingaTypedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 30
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\BazingaController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\BazingaTypedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 42
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 42
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 42
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 42
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 42
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 42
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Option \"enable_annotations\" at \"framework.serializer\" is deprecated. Use the \"enable_attributes\" option instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.1: Not setting the \"framework.http_method_override\" config option is deprecated. It will default to \"false\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.handle_all_throwables\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.validation.email_validation_mode\" config option is deprecated. It will default to \"html5\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.php_errors.log\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the \"framework.annotations.enabled\" config option to false.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since api-platform/core 3.2: Setting the \"formats\" section will be mandatory in API Platform 4.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "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.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_warmer\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::setUp",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/validator 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\ApiPlatform3\\Dummy::$name\" uses Doctrine Annotations to configure validation constraints, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 24
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\JMSController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testInvalidJsonArea",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testInvalidJsonArea",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testInvalidJsonArea",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testInvalidJsonArea",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testInvalidJsonArea",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Option \"enable_annotations\" at \"framework.serializer\" is deprecated. Use the \"enable_attributes\" option instead.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.1: Not setting the \"framework.http_method_override\" config option is deprecated. It will default to \"false\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.handle_all_throwables\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.validation.email_validation_mode\" config option is deprecated. It will default to \"html5\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Not setting the \"framework.php_errors.log\" config option is deprecated. It will default to \"true\" in 7.0.",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the \"framework.annotations.enabled\" config option to false.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since api-platform/core 3.2: Setting the \"formats\" section will be mandatory in API Platform 4.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "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.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_warmer\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::setUp",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/validator 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\ApiPlatform3\\Dummy::$name\" uses Doctrine Annotations to configure validation constraints, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cached_reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.reader\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/framework-bundle 6.4: The \"annotations.cache_adapter\" service is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/validator 6.4: Method \"Symfony\\Component\\Validator\\ValidatorBuilder::setDoctrineAnnotationReader()\" is deprecated without replacement.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/serializer 6.4: Passing a \"Doctrine\\Common\\Annotations\\PsrCachedReader\" instance as argument 1 to \"Symfony\\Component\\Serializer\\Mapping\\Loader\\AttributeLoader::__construct()\" is deprecated, pass null or omit the parameter instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/routing 6.4: Passing an instance of \"Doctrine\\Common\\Annotations\\Reader\" as first and the environment as second argument to \"Symfony\\Component\\Routing\\Loader\\AttributeClassLoader::__construct\" is deprecated. Pass the environment as first argument instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/routing 6.4: The \"annotation\" route type is deprecated, use the \"attribute\" route type instead.",
- "count": 21
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\TestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\ClassApiController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\UndocumentedController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\InvokableController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\FOSRestController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/routing 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Controller\\SerializedNameController\" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\Article::setAuthor()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/serializer 6.4: Class \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyDiscriminator\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\Entity\\SymfonyConstraintsWithValidationGroups::$property\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/serializer 6.4: Property \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::$foo\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since symfony/serializer 6.4: Method \"Nelmio\\ApiDocBundle\\Tests\\Functional\\EntityExcluded\\SerializedNameEnt::setBar()\" uses Doctrine Annotations to configure serialization, which is deprecated. Use PHP attributes instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\ModelDescriber\\Annotations\\SymfonyConstraintAnnotationReaderTest::testCompoundValidationRules",
- "message": "getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "The \"Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader\" class is deprecated since version 5.2. Use \"Symfony\\Bundle\\FrameworkBundle\\Routing\\AnnotatedRouteControllerLoader\" instead.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testJson",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testYaml",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Command\\DumpCommandTest::testHtml",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 6
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ArrayItemsErrorTest::testModelPictureDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testModelComplexDocumentationBazinga",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithGroup",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\BazingaFunctionalTest::testWithType",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FOSRestTest::testFOSRestAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfiguredDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUndocumentedAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFetchArticleAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFilteredAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSwaggerAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testAnnotationWithManualPath",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testImplicitSwaggerAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDeprecatedAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testApiPlatform",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testUserModel",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSecurityOverrideAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 2
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInlinePHP81Parameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testClassSecurityAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSymfonyConstraintDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testConfigReference",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testOperationsWithOtherAnnotationsAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoDuplicatedParameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testSerializedNameAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCompoundEntityAction",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testInvokableController",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDefaultOperationId",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNamedRouteOperationId",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testCustomOperationId",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testPrivateProtectedExposure",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDiscriminatorMapLoadsChildrenModels",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testNoAdditionalPropertiesSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEnumSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntitiesWithObjectTypeStillReadProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormWithRefInSchemaDoNoReadOtherProperties",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithNullableSchemaSet",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelPictureDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModeChatDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDualDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNestedGroups",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testModelComplexDocumentation",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testYamlConfig",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNoCollisionsAreGenerated",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testNamingStrategyWithConstraints",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testEnumSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testEnumSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\JMSFunctionalTest::testEnumSupport",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerPHPApiComplianceTest::testAllContextsCopyRoot",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testSwaggerUi",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testApiPlatformSwaggerUi",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testJsonDocs",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testYamlDocs",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintGroupsAreRespectedWhenDescribingModels",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\ValidationGroupsFunctionalTest::testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testContextPassedToNameConverter",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testContextPassedToNameConverter",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testContextPassedToNameConverter",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testArbitraryArrayModel",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testArbitraryArrayModel",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testArbitraryArrayModel",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithFalsyDefaults",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithFalsyDefaults",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testEntityWithFalsyDefaults",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringModelGetsCreated",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringModelGetsCreated",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringModelGetsCreated",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryString",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryString",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryString",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringParametersAreOptional",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringParametersAreOptional",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringParametersAreOptional",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringParametersOverwriteParameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringParametersOverwriteParameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringParametersOverwriteParameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameter",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameter",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameter",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterHandlesNullable",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterHandlesNullable",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterHandlesNullable",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterHandlesDefault",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterHandlesDefault",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterHandlesDefault",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterOverwriteParameter",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterOverwriteParameter",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterOverwriteParameter",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayload",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayload",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayload",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadNullable",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadNullable",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadNullable",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadOverwriteRequestBody",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadOverwriteRequestBody",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadOverwriteRequestBody",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadHandlesAlreadySetContent",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadHandlesAlreadySetContent",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadHandlesAlreadySetContent",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadPassesValidationGroups",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadPassesValidationGroups",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapRequestPayloadPassesValidationGroups",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringPassesValidationGroups",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringPassesValidationGroups",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringPassesValidationGroups",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringHandlesManyParameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringHandlesManyParameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringHandlesManyParameters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringHandlesManyParametersOptional",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringHandlesManyParametersOptional",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryStringHandlesManyParametersOptional",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterHandlesValidateFilters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterHandlesValidateFilters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SymfonyFunctionalTest::testMapQueryParameterHandlesValidateFilters",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\CsrfProtectionFunctionalTest::testTokenPropertyExistsPerDefaultIfEnabledPerFrameworkConfig",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\CsrfProtectionFunctionalTest::testTokenPropertyExistsPerDefaultIfEnabledPerFrameworkConfig",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\CsrfProtectionFunctionalTest::testTokenPropertyExistsPerDefaultIfEnabledPerFrameworkConfig",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\CsrfProtectionFunctionalTest::testTokenPropertyExistsIfCsrfProtectionIsEnabled",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\CsrfProtectionFunctionalTest::testTokenPropertyExistsIfCsrfProtectionIsEnabled",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\CsrfProtectionFunctionalTest::testTokenPropertyExistsIfCsrfProtectionIsEnabled",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\CsrfProtectionFunctionalTest::testTokenPropertyNotExistsIfCsrfProtectionIsDisabled",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\CsrfProtectionFunctionalTest::testTokenPropertyNotExistsIfCsrfProtectionIsDisabled",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\CsrfProtectionFunctionalTest::testTokenPropertyNotExistsIfCsrfProtectionIsDisabled",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormCsrfIsOnlyDetectedIfCsrfExtensionIsEnabled",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormCsrfIsOnlyDetectedIfCsrfExtensionIsEnabled",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testFormCsrfIsOnlyDetectedIfCsrfExtensionIsEnabled",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testRedocly",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testRedocly",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\SwaggerUiTest::testRedocly",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDictionaryModel",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_class\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDictionaryModel",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_dir\" service is deprecated since version 5.2",
- "count": 1
- },
- {
- "location": "Nelmio\\ApiDocBundle\\Tests\\Functional\\FunctionalTest::testDictionaryModel",
- "message": "Since sensio/framework-extra-bundle 5.2: The \"sensio_framework_extra.routing.loader.annot_file\" service is deprecated since version 5.2",
- "count": 1
- }
-]
diff --git a/phpunit-ignore.txt b/phpunit-ignore.txt
new file mode 100644
index 000000000..654a2bcf3
--- /dev/null
+++ b/phpunit-ignore.txt
@@ -0,0 +1,2 @@
+# Ignoring deprecations from Nelmio\ApiDocBundle 4.17.0
+/^Since nelmio\/api-doc-bundle 4\.17\.0: Using the \$groups parameter of "Nelmio\\ApiDocBundle\\PropertyDescriber\\(PropertyDescriber|IntegerPropertyDescriber|NullablePropertyDescriber|StringPropertyDescriber|ObjectPropertyDescriber)::describe\(\)" is deprecated/
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index fd747cdbf..bd5c8def7 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -16,7 +16,7 @@
-
+
diff --git a/public/init-swagger-ui.js b/public/init-swagger-ui.js
index bb06f3f26..8f4ee3c8a 100644
--- a/public/init-swagger-ui.js
+++ b/public/init-swagger-ui.js
@@ -25,26 +25,52 @@ function loadSwaggerUI(userOptions = {}) {
const storageKey = 'nelmio_api_auth';
- // if we have auth in storage use it
- if (sessionStorage.getItem(storageKey)) {
- try {
- ui.authActions.authorize(JSON.parse(sessionStorage.getItem(storageKey)));
- } catch (ignored) {
- // catch any errors here so it does not stop script execution
+ function getAuthorizationsFromStorage() {
+ if (sessionStorage.getItem(storageKey)) {
+ try {
+ return JSON.parse(sessionStorage.getItem(storageKey));
+ } catch (ignored) {
+ // catch any errors here so it does not stop script execution
+ }
}
+
+ return {};
+ }
+
+ // if we have auth in storage use it
+ try {
+ const currentAuthorizations = getAuthorizationsFromStorage();
+ Object.keys(currentAuthorizations).forEach(k => ui.authActions.authorize({[k]: currentAuthorizations[k]}));
+ } catch (ignored) {
+ // catch any errors here so it does not stop script execution
}
// hook into authorize to store the auth in local storage when user performs authorization
const currentAuthorize = ui.authActions.authorize;
ui.authActions.authorize = function (payload) {
- sessionStorage.setItem(storageKey, JSON.stringify(payload));
+ try {
+ sessionStorage.setItem(storageKey, JSON.stringify(Object.assign(
+ getAuthorizationsFromStorage(),
+ payload
+ )));
+ } catch (ignored) {
+ // catch any errors here so it does not stop script execution
+ }
+
return currentAuthorize(payload);
};
// hook into logout to clear auth from storage if user logs out
const currentLogout = ui.authActions.logout;
ui.authActions.logout = function (payload) {
- sessionStorage.removeItem(storageKey);
+ try {
+ let currentAuth = getAuthorizationsFromStorage();
+ payload.forEach(k => delete currentAuth[k]);
+ sessionStorage.setItem(storageKey, JSON.stringify(currentAuth));
+ } catch (ignored) {
+ // catch any errors here so it does not stop script execution
+ }
+
return currentLogout(payload);
};
diff --git a/src/DependencyInjection/NelmioApiDocExtension.php b/src/DependencyInjection/NelmioApiDocExtension.php
index e26e1ff9a..9e3f597e3 100644
--- a/src/DependencyInjection/NelmioApiDocExtension.php
+++ b/src/DependencyInjection/NelmioApiDocExtension.php
@@ -278,18 +278,6 @@ public function load(array $configs, ContainerBuilder $container): void
// Import the base configuration
$container->getDefinition('nelmio_api_doc.describers.config')->replaceArgument(0, $config['documentation']);
-
- // Compatibility Symfony
- $controllerNameConverter = null;
- if ($container->hasDefinition('.legacy_controller_name_converter')) { // 4.4
- $controllerNameConverter = $container->getDefinition('.legacy_controller_name_converter');
- } elseif ($container->hasDefinition('controller_name_converter')) { // < 4.4
- $controllerNameConverter = $container->getDefinition('controller_name_converter');
- }
-
- if (null !== $controllerNameConverter) {
- $container->getDefinition('nelmio_api_doc.controller_reflector')->setArgument(1, $controllerNameConverter);
- }
}
/**
diff --git a/src/Exception/UndocumentedArrayItemsException.php b/src/Exception/UndocumentedArrayItemsException.php
index 7e1ee84c2..2b2e812b5 100644
--- a/src/Exception/UndocumentedArrayItemsException.php
+++ b/src/Exception/UndocumentedArrayItemsException.php
@@ -11,6 +11,13 @@
namespace Nelmio\ApiDocBundle\Exception;
+trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'The "%s" class is deprecated and will be removed in a future version',
+ UndocumentedArrayItemsException::class,
+);
+
/**
* @deprecated since 4.17, this exception is not used anymore
*/
diff --git a/src/Form/Extension/DocumentationExtension.php b/src/Form/Extension/DocumentationExtension.php
index fa6098745..4c4c42c38 100644
--- a/src/Form/Extension/DocumentationExtension.php
+++ b/src/Form/Extension/DocumentationExtension.php
@@ -39,6 +39,14 @@ public function configureOptions(OptionsResolver $resolver): void
*/
public function getExtendedType()
{
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.28.1',
+ 'Calling %s is deprecated since Symfony 4.2, call %s instead',
+ __METHOD__,
+ 'DocumentationExtension::getExtendedTypes()',
+ );
+
return self::getExtendedTypes()[0];
}
diff --git a/src/ModelDescriber/Annotations/AnnotationsReader.php b/src/ModelDescriber/Annotations/AnnotationsReader.php
index 583c2c58a..8eae411bf 100644
--- a/src/ModelDescriber/Annotations/AnnotationsReader.php
+++ b/src/ModelDescriber/Annotations/AnnotationsReader.php
@@ -70,9 +70,12 @@ public function updateProperty($reflection, OA\Property $property, ?array $seria
}
/**
- * if an objects schema type and ref are undefined OR the object was manually
- * defined as an object, then we're good to do the normal describe flow of
- * class properties.
+ * Whether the model describer should continue reading class properties
+ * after updating the open api schema from an `OA\Schema` definition.
+ *
+ * Users may manually define a `type` or `ref` on a schema, and if that's the case
+ * model describers should _probably_ not describe any additional properties or try
+ * to merge in properties.
*/
private function shouldDescribeModelProperties(OA\Schema $schema): bool
{
diff --git a/src/ModelDescriber/FormModelDescriber.php b/src/ModelDescriber/FormModelDescriber.php
index c74fad47f..7b216755d 100644
--- a/src/ModelDescriber/FormModelDescriber.php
+++ b/src/ModelDescriber/FormModelDescriber.php
@@ -22,7 +22,6 @@
use OpenApi\Analysis;
use OpenApi\Annotations as OA;
use OpenApi\Generator;
-use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\FormType;
use Symfony\Component\Form\FormConfigInterface;
use Symfony\Component\Form\FormFactoryInterface;
@@ -74,9 +73,6 @@ public function __construct(
public function describe(Model $model, OA\Schema $schema): void
{
- if (method_exists(AbstractType::class, 'setDefaultOptions')) {
- throw new \LogicException('symfony/form < 3.0 is not supported, please upgrade to an higher version to use a form as a model.');
- }
if (null === $this->formFactory) {
throw new \LogicException('You need to enable forms in your application to use a form as a model.');
}
diff --git a/src/ModelDescriber/ObjectModelDescriber.php b/src/ModelDescriber/ObjectModelDescriber.php
index 2ddf29905..7dae00345 100644
--- a/src/ModelDescriber/ObjectModelDescriber.php
+++ b/src/ModelDescriber/ObjectModelDescriber.php
@@ -206,7 +206,8 @@ public function describe(Model $model, OA\Schema $schema)
$this->describeProperty($types, $model, $property, $propertyName, $schema);
}
- }
+ $this->markRequiredProperties($schema);
+ }
$this->markRequiredProperties($schema);
}
@@ -260,21 +261,33 @@ private function describeProperty(array $types, Model $model, OA\Schema $propert
throw new \Exception(sprintf('Type "%s" is not supported in %s::$%s. You may use the `@OA\Property(type="")` annotation to specify it manually.', $types[0]->getBuiltinType(), $model->getType()->getClassName(), $propertyName));
}
+ /**
+ * Mark properties as required while ordering them in the same order as the properties of the schema.
+ * Then append the original required properties.
+ */
private function markRequiredProperties(OA\Schema $schema): void
{
if (Generator::isDefault($properties = $schema->properties)) {
return;
}
+ $newRequired = [];
foreach ($properties as $property) {
+ if (is_array($schema->required) && \in_array($property->property, $schema->required, true)) {
+ $newRequired[] = $property->property;
+ continue;
+ }
+
if (true === $property->nullable || !Generator::isDefault($property->default)) {
continue;
}
+ $newRequired[] = $property->property;
+ }
- $existingRequiredFields = Generator::UNDEFINED !== $schema->required ? $schema->required : [];
- $existingRequiredFields[] = $property->property;
+ if ([] !== $newRequired) {
+ $originalRequired = Generator::isDefault($schema->required) ? [] : $schema->required;
- $schema->required = array_values(array_unique($existingRequiredFields));
+ $schema->required = array_values(array_unique(array_merge($newRequired, $originalRequired)));
}
}
diff --git a/src/PropertyDescriber/ArrayPropertyDescriber.php b/src/PropertyDescriber/ArrayPropertyDescriber.php
index 4f7d4230e..7aa845503 100644
--- a/src/PropertyDescriber/ArrayPropertyDescriber.php
+++ b/src/PropertyDescriber/ArrayPropertyDescriber.php
@@ -27,6 +27,24 @@ class ArrayPropertyDescriber implements PropertyDescriberInterface, ModelRegistr
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$property->type = 'array';
/** @var OA\Items $property */
$property = Util::getChild($property, OA\Items::class);
diff --git a/src/PropertyDescriber/BooleanPropertyDescriber.php b/src/PropertyDescriber/BooleanPropertyDescriber.php
index e6fef6172..c2a430424 100644
--- a/src/PropertyDescriber/BooleanPropertyDescriber.php
+++ b/src/PropertyDescriber/BooleanPropertyDescriber.php
@@ -21,6 +21,24 @@ class BooleanPropertyDescriber implements PropertyDescriberInterface
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$property->type = 'boolean';
}
diff --git a/src/PropertyDescriber/CompoundPropertyDescriber.php b/src/PropertyDescriber/CompoundPropertyDescriber.php
index da57a8494..799394f09 100644
--- a/src/PropertyDescriber/CompoundPropertyDescriber.php
+++ b/src/PropertyDescriber/CompoundPropertyDescriber.php
@@ -27,6 +27,24 @@ class CompoundPropertyDescriber implements PropertyDescriberInterface, ModelRegi
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$property->oneOf = Generator::UNDEFINED !== $property->oneOf ? $property->oneOf : [];
foreach ($types as $type) {
diff --git a/src/PropertyDescriber/DateTimePropertyDescriber.php b/src/PropertyDescriber/DateTimePropertyDescriber.php
index 65e4c3db4..c36a90b70 100644
--- a/src/PropertyDescriber/DateTimePropertyDescriber.php
+++ b/src/PropertyDescriber/DateTimePropertyDescriber.php
@@ -25,6 +25,24 @@ class DateTimePropertyDescriber implements PropertyDescriberInterface
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$property->type = 'string';
$property->format = 'date-time';
}
diff --git a/src/PropertyDescriber/DictionaryPropertyDescriber.php b/src/PropertyDescriber/DictionaryPropertyDescriber.php
index 8476d5716..bc5488b30 100644
--- a/src/PropertyDescriber/DictionaryPropertyDescriber.php
+++ b/src/PropertyDescriber/DictionaryPropertyDescriber.php
@@ -27,6 +27,24 @@ final class DictionaryPropertyDescriber implements PropertyDescriberInterface, M
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$property->type = 'object';
/** @var OA\AdditionalProperties $additionalProperties */
$additionalProperties = Util::getChild($property, OA\AdditionalProperties::class);
diff --git a/src/PropertyDescriber/FloatPropertyDescriber.php b/src/PropertyDescriber/FloatPropertyDescriber.php
index 8749e0780..7e50d4655 100644
--- a/src/PropertyDescriber/FloatPropertyDescriber.php
+++ b/src/PropertyDescriber/FloatPropertyDescriber.php
@@ -21,6 +21,24 @@ class FloatPropertyDescriber implements PropertyDescriberInterface
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$property->type = 'number';
$property->format = 'float';
}
diff --git a/src/PropertyDescriber/IntegerPropertyDescriber.php b/src/PropertyDescriber/IntegerPropertyDescriber.php
index 0d4ba17e9..c6fac745f 100644
--- a/src/PropertyDescriber/IntegerPropertyDescriber.php
+++ b/src/PropertyDescriber/IntegerPropertyDescriber.php
@@ -21,6 +21,24 @@ class IntegerPropertyDescriber implements PropertyDescriberInterface
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$property->type = 'integer';
}
diff --git a/src/PropertyDescriber/NullablePropertyDescriber.php b/src/PropertyDescriber/NullablePropertyDescriber.php
index 3666ced89..299e04b6b 100644
--- a/src/PropertyDescriber/NullablePropertyDescriber.php
+++ b/src/PropertyDescriber/NullablePropertyDescriber.php
@@ -23,6 +23,24 @@ final class NullablePropertyDescriber implements PropertyDescriberInterface, Pro
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
if (Generator::UNDEFINED === $property->nullable) {
$property->nullable = true;
}
diff --git a/src/PropertyDescriber/NullablePropertyTrait.php b/src/PropertyDescriber/NullablePropertyTrait.php
index 73ec556a3..746a8edf3 100644
--- a/src/PropertyDescriber/NullablePropertyTrait.php
+++ b/src/PropertyDescriber/NullablePropertyTrait.php
@@ -17,12 +17,19 @@
use Symfony\Component\PropertyInfo\Type;
/**
- * @deprecated Since 4.17, {@see NullablePropertyDescriber} instead.
+ * @deprecated Since 4.17.0, {@see NullablePropertyDescriber} instead.
*/
trait NullablePropertyTrait
{
protected function setNullableProperty(Type $type, OA\Schema $property, ?OA\Schema $schema, array $context = []): void
{
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Use %s instead',
+ NullablePropertyDescriber::class,
+ );
+
if (Generator::UNDEFINED !== $property->nullable) {
if (!$property->nullable) {
// if already false mark it as undefined (so it does not show up as `nullable: false`)
diff --git a/src/PropertyDescriber/ObjectPropertyDescriber.php b/src/PropertyDescriber/ObjectPropertyDescriber.php
index e7df42c13..fddd38970 100644
--- a/src/PropertyDescriber/ObjectPropertyDescriber.php
+++ b/src/PropertyDescriber/ObjectPropertyDescriber.php
@@ -27,6 +27,24 @@ class ObjectPropertyDescriber implements PropertyDescriberInterface, ModelRegist
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$type = new Type(
$types[0]->getBuiltinType(),
false,
diff --git a/src/PropertyDescriber/PropertyDescriber.php b/src/PropertyDescriber/PropertyDescriber.php
index d820ec596..801aaaf95 100644
--- a/src/PropertyDescriber/PropertyDescriber.php
+++ b/src/PropertyDescriber/PropertyDescriber.php
@@ -42,6 +42,24 @@ public function __construct(
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = []): void
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
if (null === $propertyDescriber = $this->getPropertyDescriber($types)) {
return;
}
diff --git a/src/PropertyDescriber/RequiredPropertyDescriber.php b/src/PropertyDescriber/RequiredPropertyDescriber.php
index f1cf58894..6500592b9 100644
--- a/src/PropertyDescriber/RequiredPropertyDescriber.php
+++ b/src/PropertyDescriber/RequiredPropertyDescriber.php
@@ -29,6 +29,24 @@ final class RequiredPropertyDescriber implements PropertyDescriberInterface, Pro
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$this->propertyDescriber->describe($types, $property, $groups, $schema, $context);
if (!$property instanceof OA\Property) {
diff --git a/src/PropertyDescriber/StringPropertyDescriber.php b/src/PropertyDescriber/StringPropertyDescriber.php
index f67c36e5e..6c21c4326 100644
--- a/src/PropertyDescriber/StringPropertyDescriber.php
+++ b/src/PropertyDescriber/StringPropertyDescriber.php
@@ -21,6 +21,24 @@ class StringPropertyDescriber implements PropertyDescriberInterface
*/
public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = [])
{
+ if (null === $schema) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.15.0',
+ '"%s()" will have a new "OA\Schema $schema" argument in a future version. Not defining it or passing null is deprecated',
+ __METHOD__
+ );
+ }
+
+ if (null !== $groups) {
+ trigger_deprecation(
+ 'nelmio/api-doc-bundle',
+ '4.17.0',
+ 'Using the $groups parameter of "%s()" is deprecated and will be removed in a future version. Pass groups via $context[\'groups\']',
+ __METHOD__
+ );
+ }
+
$property->type = 'string';
}
diff --git a/tests/Functional/Fixtures/MapQueryStringController.json b/tests/Functional/Fixtures/MapQueryStringController.json
index cc9d8af2b..0b53a3eb2 100644
--- a/tests/Functional/Fixtures/MapQueryStringController.json
+++ b/tests/Functional/Fixtures/MapQueryStringController.json
@@ -1103,9 +1103,9 @@
"SymfonyConstraintsWithValidationGroups": {
"required": [
"property",
- "propertyNotNullOnSpecificGroup",
"propertyInDefaultGroup",
- "propertyArray"
+ "propertyArray",
+ "propertyNotNullOnSpecificGroup"
],
"properties": {
"property": {
diff --git a/tests/Functional/Fixtures/MapRequestPayloadController.json b/tests/Functional/Fixtures/MapRequestPayloadController.json
index 6fc775596..4e39dd338 100644
--- a/tests/Functional/Fixtures/MapRequestPayloadController.json
+++ b/tests/Functional/Fixtures/MapRequestPayloadController.json
@@ -147,9 +147,9 @@
"SymfonyConstraintsWithValidationGroups": {
"required": [
"property",
- "propertyNotNullOnSpecificGroup",
"propertyInDefaultGroup",
- "propertyArray"
+ "propertyArray",
+ "propertyNotNullOnSpecificGroup"
],
"properties": {
"property": {
diff --git a/tests/Functional/FunctionalTest.php b/tests/Functional/FunctionalTest.php
index ad6eda5c9..0d4e89972 100644
--- a/tests/Functional/FunctionalTest.php
+++ b/tests/Functional/FunctionalTest.php
@@ -569,8 +569,7 @@ public function testSymfonyConstraintDocumentation(): void
];
if (Helper::isCompoundValidatorConstraintSupported()) {
- // array_splice is used to insert the property after "propertyNotNull"
- array_splice($expected['required'], 2, 0, 'propertyWithCompoundValidationRule');
+ $expected['required'][] = 'propertyWithCompoundValidationRule';
$expected['properties']['propertyWithCompoundValidationRule'] = [
'type' => 'integer',
'maximum' => 5,