diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 00a80cda5..b1d3e36c3 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -3,2074 +3,6324 @@ parameters: - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Annotation\\\\Areas\\:\\:__construct\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: Annotation/Areas.php + path: src/Annotation/Areas.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Annotation\\\\Model\\:\\:\\$_required type has no value type specified in iterable type array\\.$#" count: 1 - path: Annotation/Model.php + path: src/Annotation/Model.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Annotation\\\\Security\\:\\:__construct\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: Annotation/Security.php + path: src/Annotation/Security.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Annotation\\\\Security\\:\\:__construct\\(\\) has parameter \\$scopes with no value type specified in iterable type array\\.$#" count: 1 - path: Annotation/Security.php + path: src/Annotation/Security.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Annotation\\\\Security\\:\\:\\$_required type has no value type specified in iterable type array\\.$#" count: 1 - path: Annotation/Security.php + path: src/Annotation/Security.php - message: "#^Cannot call method save\\(\\) on Psr\\\\Cache\\\\CacheItemPoolInterface\\|null\\.$#" count: 1 - path: ApiDocGenerator.php + path: src/ApiDocGenerator.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ApiDocGenerator\\:\\:generate\\(\\) should return OpenApi\\\\Annotations\\\\OpenApi but returns mixed\\.$#" count: 1 - path: ApiDocGenerator.php + path: src/ApiDocGenerator.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ApiDocGenerator\\:\\:setAlternativeNames\\(\\) has no return type specified\\.$#" count: 1 - path: ApiDocGenerator.php + path: src/ApiDocGenerator.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ApiDocGenerator\\:\\:setAlternativeNames\\(\\) has parameter \\$alternativeNames with no value type specified in iterable type array\\.$#" count: 1 - path: ApiDocGenerator.php + path: src/ApiDocGenerator.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ApiDocGenerator\\:\\:setMediaTypes\\(\\) has no return type specified\\.$#" count: 1 - path: ApiDocGenerator.php + path: src/ApiDocGenerator.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ApiDocGenerator\\:\\:setMediaTypes\\(\\) has parameter \\$mediaTypes with no value type specified in iterable type array\\.$#" count: 1 - path: ApiDocGenerator.php + path: src/ApiDocGenerator.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ApiDocGenerator\\:\\:setOpenApiVersion\\(\\) has no return type specified\\.$#" count: 1 - path: ApiDocGenerator.php + path: src/ApiDocGenerator.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ApiDocGenerator\\:\\:\\$openApi \\(OpenApi\\\\Annotations\\\\OpenApi\\) does not accept mixed\\.$#" count: 1 - path: ApiDocGenerator.php + path: src/ApiDocGenerator.php - message: "#^Parameter \\#1 \\$format of method Nelmio\\\\ApiDocBundle\\\\Render\\\\RenderOpenApi\\:\\:render\\(\\) expects string, mixed given\\.$#" count: 1 - path: Command/DumpCommand.php + path: src/Command/DumpCommand.php - message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#" count: 1 - path: Command/DumpCommand.php + path: src/Command/DumpCommand.php - message: "#^Parameter \\#2 \\$area of method Nelmio\\\\ApiDocBundle\\\\Render\\\\RenderOpenApi\\:\\:render\\(\\) expects string, mixed given\\.$#" count: 1 - path: Command/DumpCommand.php + path: src/Command/DumpCommand.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Controller\\\\DocumentationController\\:\\:__invoke\\(\\) has no return type specified\\.$#" count: 1 - path: Controller/DocumentationController.php + path: src/Controller/DocumentationController.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Controller\\\\DocumentationController\\:\\:__invoke\\(\\) has parameter \\$area with no type specified\\.$#" count: 1 - path: Controller/DocumentationController.php + path: src/Controller/DocumentationController.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Controller\\\\SwaggerUiController\\:\\:__invoke\\(\\) has no return type specified\\.$#" count: 1 - path: Controller/SwaggerUiController.php + path: src/Controller/SwaggerUiController.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Controller\\\\SwaggerUiController\\:\\:__invoke\\(\\) has parameter \\$area with no type specified\\.$#" count: 1 - path: Controller/SwaggerUiController.php + path: src/Controller/SwaggerUiController.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Controller\\\\YamlDocumentationController\\:\\:__invoke\\(\\) has no return type specified\\.$#" count: 1 - path: Controller/YamlDocumentationController.php + path: src/Controller/YamlDocumentationController.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Controller\\\\YamlDocumentationController\\:\\:__invoke\\(\\) has parameter \\$area with no type specified\\.$#" count: 1 - path: Controller/YamlDocumentationController.php + path: src/Controller/YamlDocumentationController.php - message: "#^Argument of an invalid type array\\|bool\\|float\\|int\\|string\\|UnitEnum\\|null supplied for foreach, only iterables are supported\\.$#" count: 1 - path: DependencyInjection/Compiler/TagDescribersPass.php + path: src/DependencyInjection/Compiler/TagDescribersPass.php - message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\TreeBuilder\\:\\:root\\(\\)\\.$#" count: 1 - path: DependencyInjection/Configuration.php + path: src/DependencyInjection/Configuration.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\DependencyInjection\\\\NelmioApiDocExtension\\:\\:findNameAliases\\(\\) has parameter \\$names with no value type specified in iterable type array\\.$#" count: 1 - path: DependencyInjection/NelmioApiDocExtension.php + path: src/DependencyInjection/NelmioApiDocExtension.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\DependencyInjection\\\\NelmioApiDocExtension\\:\\:findNameAliases\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 - path: DependencyInjection/NelmioApiDocExtension.php + path: src/DependencyInjection/NelmioApiDocExtension.php - message: "#^Class Nelmio\\\\ApiDocBundle\\\\Describer\\\\Documentation not found\\.$#" count: 2 - path: Describer/ApiPlatformDescriber.php + path: src/Describer/ApiPlatformDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\DefaultDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: Describer/DefaultDescriber.php + path: src/Describer/DefaultDescriber.php - message: "#^Result of && is always true\\.$#" count: 1 - path: Describer/DefaultDescriber.php + path: src/Describer/DefaultDescriber.php - message: "#^Strict comparison using \\=\\=\\= between '@OA\\\\\\\\Generator\\:…' and array\\ will always evaluate to false\\.$#" count: 1 - path: Describer/DefaultDescriber.php + path: src/Describer/DefaultDescriber.php - message: "#^Strict comparison using \\=\\=\\= between '@OA\\\\\\\\Generator\\:…' and array\\ will always evaluate to false\\.$#" count: 1 - path: Describer/DefaultDescriber.php + path: src/Describer/DefaultDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\DescriberInterface\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: Describer/DescriberInterface.php + path: src/Describer/DescriberInterface.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\ExternalDocDescriber\\:\\:__construct\\(\\) has parameter \\$externalDoc with no value type specified in iterable type array\\.$#" count: 1 - path: Describer/ExternalDocDescriber.php + path: src/Describer/ExternalDocDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\ExternalDocDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: Describer/ExternalDocDescriber.php + path: src/Describer/ExternalDocDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\ExternalDocDescriber\\:\\:getExternalDoc\\(\\) has no return type specified\\.$#" count: 1 - path: Describer/ExternalDocDescriber.php + path: src/Describer/ExternalDocDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\ExternalDocDescriber\\:\\:\\$externalDoc has no type specified\\.$#" count: 1 - path: Describer/ExternalDocDescriber.php + path: src/Describer/ExternalDocDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\ExternalDocDescriber\\:\\:\\$overwrite has no type specified\\.$#" count: 1 - path: Describer/ExternalDocDescriber.php + path: src/Describer/ExternalDocDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\ModelRegistryAwareInterface\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: Describer/ModelRegistryAwareInterface.php + path: src/Describer/ModelRegistryAwareInterface.php - message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#" count: 2 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\OpenApiPhpDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\OpenApiPhpDescriber\\:\\:getAttributesAsAnnotation\\(\\) has parameter \\$reflection with generic class ReflectionClass but does not specify its types\\: T$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\OpenApiPhpDescriber\\:\\:getSupportedHttpMethods\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\OpenApiPhpDescriber\\:\\:setContextFromReflection\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\\\|OpenApi\\\\Annotations\\\\AbstractAnnotation given\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Parameter \\#2 \\$haystack of function in_array expects array, mixed given\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Parameter \\#2 \\$method of static method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getOperation\\(\\) expects string, mixed given\\.$#" count: 2 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Parameter \\#2 \\$path of static method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getPath\\(\\) expects string, mixed given\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, array\\\\|OpenApi\\\\Annotations\\\\AbstractAnnotation given\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\OpenApiPhpDescriber\\:\\:\\$controllerReflector has no type specified\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\OpenApiPhpDescriber\\:\\:\\$logger has no type specified\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\OpenApiPhpDescriber\\:\\:\\$overwrite has no type specified\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\OpenApiPhpDescriber\\:\\:\\$overwrite is never read, only written\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\OpenApiPhpDescriber\\:\\:\\$routeCollection has no type specified\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Property OpenApi\\\\Context\\:\\:\\$filename \\(string\\|null\\) does not accept string\\|false\\.$#" count: 1 - path: Describer/OpenApiPhpDescriber.php + path: src/Describer/OpenApiPhpDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\RouteDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: Describer/RouteDescriber.php + path: src/Describer/RouteDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Describer\\\\RouteDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: Describer/RouteDescriber.php + path: src/Describer/RouteDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\RouteDescriber\\:\\:\\$controllerReflector has no type specified\\.$#" count: 1 - path: Describer/RouteDescriber.php + path: src/Describer/RouteDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\RouteDescriber\\:\\:\\$routeCollection has no type specified\\.$#" count: 1 - path: Describer/RouteDescriber.php + path: src/Describer/RouteDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Describer\\\\RouteDescriber\\:\\:\\$routeDescribers has no type specified\\.$#" count: 1 - path: Describer/RouteDescriber.php + path: src/Describer/RouteDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Exception\\\\UndocumentedArrayItemsException\\:\\:getClass\\(\\) has no return type specified\\.$#" count: 1 - path: Exception/UndocumentedArrayItemsException.php + path: src/Exception/UndocumentedArrayItemsException.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Exception\\\\UndocumentedArrayItemsException\\:\\:getPath\\(\\) has no return type specified\\.$#" count: 1 - path: Exception/UndocumentedArrayItemsException.php + path: src/Exception/UndocumentedArrayItemsException.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Exception\\\\UndocumentedArrayItemsException\\:\\:\\$class has no type specified\\.$#" count: 1 - path: Exception/UndocumentedArrayItemsException.php + path: src/Exception/UndocumentedArrayItemsException.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Exception\\\\UndocumentedArrayItemsException\\:\\:\\$path has no type specified\\.$#" count: 1 - path: Exception/UndocumentedArrayItemsException.php + path: src/Exception/UndocumentedArrayItemsException.php - message: "#^Cannot access offset 0 on iterable\\\\.$#" count: 1 - path: Form/Extension/DocumentationExtension.php + path: src/Form/Extension/DocumentationExtension.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Form\\\\Extension\\\\DocumentationExtension\\:\\:getExtendedType\\(\\) has no return type specified\\.$#" count: 1 - path: Form/Extension/DocumentationExtension.php + path: src/Form/Extension/DocumentationExtension.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Model\\\\Model\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 - path: Model/Model.php + path: src/Model/Model.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Model\\\\Model\\:\\:__construct\\(\\) has parameter \\$serializationContext with no value type specified in iterable type array\\.$#" count: 1 - path: Model/Model.php + path: src/Model/Model.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\Model\\:\\:\\$options has no type specified\\.$#" count: 1 - path: Model/Model.php + path: src/Model/Model.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\Model\\:\\:\\$serializationContext has no type specified\\.$#" count: 1 - path: Model/Model.php + path: src/Model/Model.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\Model\\:\\:\\$type has no type specified\\.$#" count: 1 - path: Model/Model.php + path: src/Model/Model.php - message: "#^Call to an undefined method Symfony\\\\Component\\\\PropertyInfo\\\\Type\\:\\:getCollectionKeyType\\(\\)\\.$#" count: 2 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Call to an undefined method Symfony\\\\Component\\\\PropertyInfo\\\\Type\\:\\:getCollectionValueType\\(\\)\\.$#" count: 3 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Cannot call method info\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:__construct\\(\\) has parameter \\$alternativeNames with no value type specified in iterable type array\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:getCollectionKeyTypes\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:getCollectionValueTypes\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:modelToArray\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Parameter \\#2 \\$schema of static method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getSchema\\(\\) expects string, int\\|string given\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Parameter \\#2 \\$string of function explode expects string, string\\|null given\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:\\$alternativeNames has no type specified\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:\\$api has no type specified\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:\\$modelDescribers has no type specified\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:\\$models has no type specified\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:\\$names has no type specified\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:\\$registeredModelNames has no type specified\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Model\\\\ModelRegistry\\:\\:\\$unregistered has no type specified\\.$#" count: 1 - path: Model/ModelRegistry.php + path: src/Model/ModelRegistry.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\AnnotationsReader\\:\\:__construct\\(\\) has parameter \\$mediaTypes with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/Annotations/AnnotationsReader.php + path: src/ModelDescriber/Annotations/AnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\AnnotationsReader\\:\\:getPropertyName\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/AnnotationsReader.php + path: src/ModelDescriber/Annotations/AnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\AnnotationsReader\\:\\:updateDefinition\\(\\) has parameter \\$reflectionClass with generic class ReflectionClass but does not specify its types\\: T$#" count: 1 - path: ModelDescriber/Annotations/AnnotationsReader.php + path: src/ModelDescriber/Annotations/AnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\AnnotationsReader\\:\\:updateProperty\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/AnnotationsReader.php + path: src/ModelDescriber/Annotations/AnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\AnnotationsReader\\:\\:updateProperty\\(\\) has parameter \\$serializationGroups with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/Annotations/AnnotationsReader.php + path: src/ModelDescriber/Annotations/AnnotationsReader.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\AnnotationsReader\\:\\:\\$openApiAnnotationsReader has no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/AnnotationsReader.php + path: src/ModelDescriber/Annotations/AnnotationsReader.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\AnnotationsReader\\:\\:\\$phpDocReader has no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/AnnotationsReader.php + path: src/ModelDescriber/Annotations/AnnotationsReader.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\AnnotationsReader\\:\\:\\$symfonyConstraintAnnotationReader has no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/AnnotationsReader.php + path: src/ModelDescriber/Annotations/AnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\OpenApiAnnotationsReader\\:\\:__construct\\(\\) has parameter \\$mediaTypes with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\OpenApiAnnotationsReader\\:\\:getAnnotation\\(\\) has parameter \\$reflection with generic class ReflectionClass but does not specify its types\\: T$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\OpenApiAnnotationsReader\\:\\:getPropertyName\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\OpenApiAnnotationsReader\\:\\:setContextFromReflection\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\OpenApiAnnotationsReader\\:\\:updateProperty\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\OpenApiAnnotationsReader\\:\\:updateProperty\\(\\) has parameter \\$serializationGroups with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\OpenApiAnnotationsReader\\:\\:updateSchema\\(\\) has parameter \\$reflectionClass with generic class ReflectionClass but does not specify its types\\: T$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Parameter \\#1 \\$parentContext of method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\OpenApiAnnotationsReader\\:\\:getAnnotation\\(\\) expects OpenApi\\\\Context, OpenApi\\\\Context\\|null given\\.$#" count: 2 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Parameter \\#2 \\$annotationName of method Doctrine\\\\Common\\\\Annotations\\\\Reader\\:\\:getClassAnnotation\\(\\) expects class\\-string\\, string given\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Parameter \\#2 \\$annotationName of method Doctrine\\\\Common\\\\Annotations\\\\Reader\\:\\:getMethodAnnotation\\(\\) expects class\\-string\\, string given\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Parameter \\#2 \\$annotationName of method Doctrine\\\\Common\\\\Annotations\\\\Reader\\:\\:getPropertyAnnotation\\(\\) expects class\\-string\\, string given\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\OpenApiAnnotationsReader\\:\\:\\$modelRegister has no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Unable to resolve the template type T in call to method Doctrine\\\\Common\\\\Annotations\\\\Reader\\:\\:getClassAnnotation\\(\\)$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Unable to resolve the template type T in call to method Doctrine\\\\Common\\\\Annotations\\\\Reader\\:\\:getMethodAnnotation\\(\\)$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Unable to resolve the template type T in call to method Doctrine\\\\Common\\\\Annotations\\\\Reader\\:\\:getPropertyAnnotation\\(\\)$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Variable \\$oaProperty in PHPDoc tag @var does not exist\\.$#" count: 2 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Variable \\$oaSchema in PHPDoc tag @var does not exist\\.$#" count: 1 - path: ModelDescriber/Annotations/OpenApiAnnotationsReader.php + path: src/ModelDescriber/Annotations/OpenApiAnnotationsReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\PropertyPhpDocReader\\:\\:updateProperty\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/PropertyPhpDocReader.php + path: src/ModelDescriber/Annotations/PropertyPhpDocReader.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\PropertyPhpDocReader\\:\\:\\$docBlockFactory has no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/PropertyPhpDocReader.php + path: src/ModelDescriber/Annotations/PropertyPhpDocReader.php - message: "#^Access to an undefined property OpenApi\\\\Annotations\\\\AbstractAnnotation\\:\\:\\$enum\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:appendPattern\\(\\) has parameter \\$newPattern with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:getAnnotations\\(\\) has parameter \\$validationGroups with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:getAnnotations\\(\\) return type has no value type specified in iterable type iterable\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:isConstraintInGroup\\(\\) has parameter \\$validationGroups with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:locateAnnotations\\(\\) return type has no value type specified in iterable type Traversable\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:processPropertyAnnotations\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:processPropertyAnnotations\\(\\) has parameter \\$annotations with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:processPropertyAnnotations\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:setContextFromReflection\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:setSchema\\(\\) has parameter \\$schema with no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:updateProperty\\(\\) has parameter \\$validationGroups with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + + - + message: "#^Parameter \\#1 \\$array of function array_values expects array, mixed given\\.$#" + count: 1 + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array given\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Parameter \\#1 \\$parentContext of method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReader\\:\\:getAnnotations\\(\\) expects OpenApi\\\\Context, OpenApi\\\\Context\\|null given\\.$#" count: 1 - path: ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php + path: src/ModelDescriber/Annotations/SymfonyConstraintAnnotationReader.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\Annotations\\\\UpdateClassDefinitionResult\\:\\:\\$shouldDescribeModelProperties has no type specified\\.$#" count: 1 - path: ModelDescriber/Annotations/UpdateClassDefinitionResult.php + path: src/ModelDescriber/Annotations/UpdateClassDefinitionResult.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\BazingaHateoasModelDescriber\\:\\:getHateoasMetadata\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/BazingaHateoasModelDescriber.php + path: src/ModelDescriber/BazingaHateoasModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\BazingaHateoasModelDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/BazingaHateoasModelDescriber.php + path: src/ModelDescriber/BazingaHateoasModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\BazingaHateoasModelDescriber\\:\\:\\$JMSModelDescriber has no type specified\\.$#" count: 1 - path: ModelDescriber/BazingaHateoasModelDescriber.php + path: src/ModelDescriber/BazingaHateoasModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\BazingaHateoasModelDescriber\\:\\:\\$factory has no type specified\\.$#" count: 1 - path: ModelDescriber/BazingaHateoasModelDescriber.php + path: src/ModelDescriber/BazingaHateoasModelDescriber.php - message: "#^Strict comparison using \\=\\=\\= between null and Hateoas\\\\Configuration\\\\Metadata\\\\ClassMetadata will always evaluate to false\\.$#" count: 1 - path: ModelDescriber/BazingaHateoasModelDescriber.php + path: src/ModelDescriber/BazingaHateoasModelDescriber.php - message: "#^Call to an undefined method ReflectionType\\:\\:getName\\(\\)\\.$#" count: 1 - path: ModelDescriber/EnumModelDescriber.php + path: src/ModelDescriber/EnumModelDescriber.php - message: "#^Cannot call static method cases\\(\\) on string\\|null\\.$#" count: 1 - path: ModelDescriber/EnumModelDescriber.php + path: src/ModelDescriber/EnumModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\EnumModelDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/EnumModelDescriber.php + path: src/ModelDescriber/EnumModelDescriber.php - message: "#^Parameter \\#1 \\$enum of function enum_exists expects string, string\\|null given\\.$#" count: 1 - path: ModelDescriber/EnumModelDescriber.php + path: src/ModelDescriber/EnumModelDescriber.php - message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionEnum constructor expects class\\-string\\\\|T of UnitEnum, string\\|null given\\.$#" count: 1 - path: ModelDescriber/EnumModelDescriber.php + path: src/ModelDescriber/EnumModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FallbackObjectModelDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/FallbackObjectModelDescriber.php + path: src/ModelDescriber/FallbackObjectModelDescriber.php - message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:__construct\\(\\) has parameter \\$mediaTypes with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:findFormType\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:isBooleansArray\\(\\) has parameter \\$array with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:isNumbersArray\\(\\) has parameter \\$array with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:parseForm\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:setContextFromReflection\\(\\) has parameter \\$reflection with no type specified\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Parameter \\#1 \\$object of method OpenApi\\\\Annotations\\\\AbstractAnnotation\\:\\:mergeProperties\\(\\) expects object, mixed given\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\\\|T of object, string\\|null given\\.$#" count: 2 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Parameter \\#1 \\$object_or_class of function is_a expects object\\|string, string\\|null given\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Parameter \\#1 \\$parentContext of method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:setContextFromReflection\\(\\) expects OpenApi\\\\Context, OpenApi\\\\Context\\|null given\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Parameter \\#2 \\$property of method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:findFormType\\(\\) expects OpenApi\\\\Annotations\\\\Schema, OpenApi\\\\Annotations\\\\AbstractAnnotation given\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Parameter \\#2 \\$property of static method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getProperty\\(\\) expects string, mixed given\\.$#" count: 2 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#" count: 2 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:\\$formFactory has no type specified\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:\\$isFormCsrfExtensionEnabled has no type specified\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:\\$mediaTypes has no type specified\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\FormModelDescriber\\:\\:\\$useValidationGroups has no type specified\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Property OpenApi\\\\Annotations\\\\Schema\\:\\:\\$items \\(OpenApi\\\\Annotations\\\\Items\\) does not accept OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 3 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Property OpenApi\\\\Annotations\\\\Schema\\:\\:\\$required \\(array\\\\) does not accept array\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Property OpenApi\\\\Annotations\\\\Schema\\:\\:\\$required \\(array\\\\) does not accept array\\\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Right side of && is always true\\.$#" count: 1 - path: ModelDescriber/FormModelDescriber.php + path: src/ModelDescriber/FormModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:__construct\\(\\) has parameter \\$mediaTypes with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:computeGroups\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:computeGroups\\(\\) has parameter \\$type with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:describeItem\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:describeItem\\(\\) has parameter \\$type with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:getNestedTypeInArray\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:getNestedTypeInArray\\(\\) has parameter \\$type with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:propertyTypeUsesGroups\\(\\) has parameter \\$type with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\\\|T of object, string\\|null given\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Parameter \\#2 \\$property of method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:describeItem\\(\\) expects OpenApi\\\\Annotations\\\\Schema, OpenApi\\\\Annotations\\\\AbstractAnnotation given\\.$#" count: 2 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:\\$contextFactory has no type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:\\$contexts has no type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:\\$factory has no type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:\\$mediaTypes has no type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:\\$metadataStacks has no type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:\\$namingStrategy has no type specified\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\JMSModelDescriber\\:\\:\\$propertyTypeUseGroupsCache type has no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Property OpenApi\\\\Annotations\\\\Schema\\:\\:\\$additionalProperties \\(bool\\|OpenApi\\\\Annotations\\\\AdditionalProperties\\) does not accept OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Property OpenApi\\\\Annotations\\\\Schema\\:\\:\\$items \\(OpenApi\\\\Annotations\\\\Items\\) does not accept OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: ModelDescriber/JMSModelDescriber.php + path: src/ModelDescriber/JMSModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\ModelDescriberInterface\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/ModelDescriberInterface.php + path: src/ModelDescriber/ModelDescriberInterface.php - message: "#^Cannot access property \\$class on OpenApi\\\\Context\\|null\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\ObjectModelDescriber\\:\\:__construct\\(\\) has parameter \\$mediaTypes with no value type specified in iterable type array\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\ObjectModelDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\ObjectModelDescriber\\:\\:describeProperty\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\ObjectModelDescriber\\:\\:getReflections\\(\\) has parameter \\$reflClass with generic class ReflectionClass but does not specify its types\\: T$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\ModelDescriber\\\\ObjectModelDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriberInterface\\:\\:describe\\(\\) invoked with 5 parameters, 2\\-3 required\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Method Symfony\\\\Component\\\\Serializer\\\\NameConverter\\\\NameConverterInterface\\:\\:normalize\\(\\) invoked with 4 parameters, 1 required\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Offset string does not exist on array\\\\|null\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Parameter \\#1 \\$class of function class_exists expects string, string\\|null given\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Parameter \\#1 \\$class of method Symfony\\\\Component\\\\PropertyInfo\\\\PropertyListExtractorInterface\\:\\:getProperties\\(\\) expects string, string\\|null given\\.$#" count: 2 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Parameter \\#1 \\$class of method Symfony\\\\Component\\\\PropertyInfo\\\\PropertyTypeExtractorInterface\\:\\:getTypes\\(\\) expects string, string\\|null given\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Parameter \\#1 \\$interface of function interface_exists expects string, string\\|null given\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\\\|T of object, string\\|null given\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Parameter \\#1 \\$value of method Symfony\\\\Component\\\\Serializer\\\\Mapping\\\\Factory\\\\ClassMetadataFactoryInterface\\:\\:getMetadataFor\\(\\) expects object\\|string, string\\|null given\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Result of && is always false\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Right side of && is always false\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Strict comparison using \\=\\=\\= between '@OA\\\\\\\\Generator\\:…' and OpenApi\\\\Annotations\\\\Discriminator will always evaluate to false\\.$#" count: 1 - path: ModelDescriber/ObjectModelDescriber.php + path: src/ModelDescriber/ObjectModelDescriber.php - message: "#^Parameter \\#1 \\$callback of function call_user_func expects callable\\(\\)\\: mixed, array\\{string\\|null, 'describe'\\} given\\.$#" count: 1 - path: ModelDescriber/SelfDescribingModelDescriber.php + path: src/ModelDescriber/SelfDescribingModelDescriber.php + + - + message: "#^Parameter \\#1 \\$path of function dirname expects string, string\\|false given\\.$#" + count: 1 + path: src/NelmioApiDocBundle.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\ModelRegister\\:\\:__construct\\(\\) has parameter \\$mediaTypes with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/ModelRegister.php + path: src/OpenApiPhp/ModelRegister.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\ModelRegister\\:\\:__invoke\\(\\) has no return type specified\\.$#" count: 1 - path: OpenApiPhp/ModelRegister.php + path: src/OpenApiPhp/ModelRegister.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\ModelRegister\\:\\:__invoke\\(\\) has parameter \\$parentGroups with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/ModelRegister.php + path: src/OpenApiPhp/ModelRegister.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\ModelRegister\\:\\:createContentForMediaType\\(\\) has no return type specified\\.$#" count: 1 - path: OpenApiPhp/ModelRegister.php + path: src/OpenApiPhp/ModelRegister.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\ModelRegister\\:\\:createContentForMediaType\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/ModelRegister.php + path: src/OpenApiPhp/ModelRegister.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\ModelRegister\\:\\:getGroups\\(\\) has parameter \\$parentGroups with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/ModelRegister.php + path: src/OpenApiPhp/ModelRegister.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\ModelRegister\\:\\:getGroups\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/ModelRegister.php + path: src/OpenApiPhp/ModelRegister.php - message: "#^Parameter \\#1 \\$annotation of method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\ModelRegister\\:\\:getModel\\(\\) expects OpenApi\\\\Annotations\\\\AbstractAnnotation, object given\\.$#" count: 1 - path: OpenApiPhp/ModelRegister.php + path: src/OpenApiPhp/ModelRegister.php - message: "#^Cannot use array destructuring on array\\\\|string\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Constant Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:OPERATIONS type has no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:createChild\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:createChild\\(\\) should return OpenApi\\\\Annotations\\\\AbstractAnnotation but returns object\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:createCollectionItem\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:createContext\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:createWeakContext\\(\\) has parameter \\$additionalProperties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getChild\\(\\) has parameter \\$class with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getChild\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getCollectionItem\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getNestingIndexes\\(\\) has parameter \\$class with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getNestingIndexes\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getOperation\\(\\) should return OpenApi\\\\Annotations\\\\Operation but returns OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getOperationParameter\\(\\) should return OpenApi\\\\Annotations\\\\Parameter but returns OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getPath\\(\\) should return OpenApi\\\\Annotations\\\\PathItem but returns OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getProperty\\(\\) should return OpenApi\\\\Annotations\\\\Property but returns OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getSchema\\(\\) should return OpenApi\\\\Annotations\\\\Schema but returns OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:merge\\(\\) has no return type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:merge\\(\\) has parameter \\$from with generic class ArrayObject but does not specify its types\\: TKey, TValue$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:merge\\(\\) has parameter \\$from with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeChild\\(\\) has no return type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeChild\\(\\) has parameter \\$className with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeChild\\(\\) has parameter \\$value with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeCollection\\(\\) has no return type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeCollection\\(\\) has parameter \\$className with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeCollection\\(\\) has parameter \\$collection with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeCollection\\(\\) has parameter \\$items with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeCollection\\(\\) has parameter \\$property with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeFromArray\\(\\) has no return type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeFromArray\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeProperty\\(\\) has no return type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeProperty\\(\\) has parameter \\$default with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeProperty\\(\\) has parameter \\$propertyName with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeProperty\\(\\) has parameter \\$value with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeTyped\\(\\) has no return type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeTyped\\(\\) has parameter \\$defaults with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeTyped\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeTyped\\(\\) has parameter \\$propertyName with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeTyped\\(\\) has parameter \\$type with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:modifyAnnotationValue\\(\\) has parameter \\$value with no type specified\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:searchCollectionItem\\(\\) has parameter \\$collection with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:searchCollectionItem\\(\\) has parameter \\$properties with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:searchIndexedCollectionItem\\(\\) has parameter \\$collection with no value type specified in iterable type array\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Parameter \\#2 \\$properties of static method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:mergeFromArray\\(\\) expects array, mixed given\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Strict comparison using \\=\\=\\= between '@OA\\\\\\\\Generator\\:…' and array\\ will always evaluate to false\\.$#" count: 1 - path: OpenApiPhp/Util.php + path: src/OpenApiPhp/Util.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Processor\\\\MapQueryStringProcessor\\:\\:__invoke\\(\\) has no return type specified\\.$#" count: 1 - path: Processor/MapQueryStringProcessor.php + path: src/Processor/MapQueryStringProcessor.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Processor\\\\MapQueryStringProcessor\\:\\:addQueryParameters\\(\\) has parameter \\$mapQueryStringContext with no value type specified in iterable type array\\.$#" count: 1 - path: Processor/MapQueryStringProcessor.php + path: src/Processor/MapQueryStringProcessor.php - message: "#^Parameter \\#1 \\$api of static method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getSchema\\(\\) expects OpenApi\\\\Annotations\\\\OpenApi, OpenApi\\\\Annotations\\\\OpenApi\\|null given\\.$#" count: 1 - path: Processor/MapQueryStringProcessor.php + path: src/Processor/MapQueryStringProcessor.php - message: "#^Strict comparison using \\=\\=\\= between '@OA\\\\\\\\Generator\\:…' and array\\ will always evaluate to false\\.$#" count: 1 - path: Processor/MapQueryStringProcessor.php + path: src/Processor/MapQueryStringProcessor.php - message: "#^Access to an undefined property OpenApi\\\\Context\\:\\:\\$nelmio_api_doc_bundle\\.model_ref\\.Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapRequestPayloadDescriber\\.$#" count: 1 - path: Processor/MapRequestPayloadProcessor.php + path: src/Processor/MapRequestPayloadProcessor.php - message: "#^Cannot access offset 'application/json'\\|'application/xml' on array\\\\|OpenApi\\\\Annotations\\\\Attachable\\|OpenApi\\\\Annotations\\\\MediaType\\|OpenApi\\\\Attributes\\\\JsonContent\\|OpenApi\\\\Attributes\\\\XmlContent\\.$#" count: 1 - path: Processor/MapRequestPayloadProcessor.php + path: src/Processor/MapRequestPayloadProcessor.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Processor\\\\MapRequestPayloadProcessor\\:\\:__invoke\\(\\) has no return type specified\\.$#" count: 1 - path: Processor/MapRequestPayloadProcessor.php + path: src/Processor/MapRequestPayloadProcessor.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Processor\\\\MapRequestPayloadProcessor\\:\\:getContentSchemaForType\\(\\) should return OpenApi\\\\Annotations\\\\Schema but returns OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: Processor/MapRequestPayloadProcessor.php + path: src/Processor/MapRequestPayloadProcessor.php - message: "#^Cannot access property \\$components on OpenApi\\\\Annotations\\\\OpenApi\\|null\\.$#" count: 3 - path: Processor/NullablePropertyProcessor.php + path: src/Processor/NullablePropertyProcessor.php - message: "#^Property OpenApi\\\\Annotations\\\\Schema\\:\\:\\$nullable \\(bool\\) does not accept string\\.$#" count: 1 - path: Processor/NullablePropertyProcessor.php + path: src/Processor/NullablePropertyProcessor.php - message: "#^Strict comparison using \\=\\=\\= between '@OA\\\\\\\\Generator\\:…' and array\\ will always evaluate to false\\.$#" count: 1 - path: Processor/NullablePropertyProcessor.php + path: src/Processor/NullablePropertyProcessor.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\ArrayPropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/ArrayPropertyDescriber.php + path: src/PropertyDescriber/ArrayPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\ArrayPropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/ArrayPropertyDescriber.php + path: src/PropertyDescriber/ArrayPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\ArrayPropertyDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/ArrayPropertyDescriber.php + path: src/PropertyDescriber/ArrayPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriberInterface\\:\\:describe\\(\\) invoked with 5 parameters, 2\\-3 required\\.$#" count: 1 - path: PropertyDescriber/ArrayPropertyDescriber.php + path: src/PropertyDescriber/ArrayPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\BooleanPropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/BooleanPropertyDescriber.php + path: src/PropertyDescriber/BooleanPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\BooleanPropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/BooleanPropertyDescriber.php + path: src/PropertyDescriber/BooleanPropertyDescriber.php - message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#" count: 1 - path: PropertyDescriber/CompoundPropertyDescriber.php + path: src/PropertyDescriber/CompoundPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\CompoundPropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/CompoundPropertyDescriber.php + path: src/PropertyDescriber/CompoundPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\CompoundPropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/CompoundPropertyDescriber.php + path: src/PropertyDescriber/CompoundPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\CompoundPropertyDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/CompoundPropertyDescriber.php + path: src/PropertyDescriber/CompoundPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriberInterface\\:\\:describe\\(\\) invoked with 5 parameters, 2\\-3 required\\.$#" count: 1 - path: PropertyDescriber/CompoundPropertyDescriber.php + path: src/PropertyDescriber/CompoundPropertyDescriber.php - message: "#^Parameter \\#2 \\$property of method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriberInterface\\:\\:describe\\(\\) expects OpenApi\\\\Annotations\\\\Schema, OpenApi\\\\Annotations\\\\AbstractAnnotation given\\.$#" count: 1 - path: PropertyDescriber/CompoundPropertyDescriber.php + path: src/PropertyDescriber/CompoundPropertyDescriber.php - message: "#^Property OpenApi\\\\Annotations\\\\Schema\\:\\:\\$oneOf \\(array\\\\) does not accept array\\\\.$#" count: 1 - path: PropertyDescriber/CompoundPropertyDescriber.php + path: src/PropertyDescriber/CompoundPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\DateTimePropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/DateTimePropertyDescriber.php + path: src/PropertyDescriber/DateTimePropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\DateTimePropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/DateTimePropertyDescriber.php + path: src/PropertyDescriber/DateTimePropertyDescriber.php - message: "#^Parameter \\#1 \\$object_or_class of function is_a expects object\\|string, string\\|null given\\.$#" count: 1 - path: PropertyDescriber/DateTimePropertyDescriber.php + path: src/PropertyDescriber/DateTimePropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\DictionaryPropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/DictionaryPropertyDescriber.php + path: src/PropertyDescriber/DictionaryPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\DictionaryPropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/DictionaryPropertyDescriber.php + path: src/PropertyDescriber/DictionaryPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\DictionaryPropertyDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/DictionaryPropertyDescriber.php + path: src/PropertyDescriber/DictionaryPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriberInterface\\:\\:describe\\(\\) invoked with 5 parameters, 2\\-3 required\\.$#" count: 1 - path: PropertyDescriber/DictionaryPropertyDescriber.php + path: src/PropertyDescriber/DictionaryPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\FloatPropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/FloatPropertyDescriber.php + path: src/PropertyDescriber/FloatPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\FloatPropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/FloatPropertyDescriber.php + path: src/PropertyDescriber/FloatPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\IntegerPropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/IntegerPropertyDescriber.php + path: src/PropertyDescriber/IntegerPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\IntegerPropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/IntegerPropertyDescriber.php + path: src/PropertyDescriber/IntegerPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\NullablePropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/NullablePropertyDescriber.php + path: src/PropertyDescriber/NullablePropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\NullablePropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/NullablePropertyDescriber.php + path: src/PropertyDescriber/NullablePropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriberInterface\\:\\:describe\\(\\) invoked with 5 parameters, 2\\-3 required\\.$#" count: 1 - path: PropertyDescriber/NullablePropertyDescriber.php + path: src/PropertyDescriber/NullablePropertyDescriber.php - message: "#^Strict comparison using \\=\\=\\= between '@OA\\\\\\\\Generator\\:…' and bool will always evaluate to false\\.$#" count: 1 - path: PropertyDescriber/NullablePropertyDescriber.php + path: src/PropertyDescriber/NullablePropertyDescriber.php - message: "#^Call to an undefined method Symfony\\\\Component\\\\PropertyInfo\\\\Type\\:\\:getCollectionKeyType\\(\\)\\.$#" count: 1 - path: PropertyDescriber/ObjectPropertyDescriber.php + path: src/PropertyDescriber/ObjectPropertyDescriber.php - message: "#^Call to an undefined method Symfony\\\\Component\\\\PropertyInfo\\\\Type\\:\\:getCollectionValueType\\(\\)\\.$#" count: 1 - path: PropertyDescriber/ObjectPropertyDescriber.php + path: src/PropertyDescriber/ObjectPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\ObjectPropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/ObjectPropertyDescriber.php + path: src/PropertyDescriber/ObjectPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\ObjectPropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/ObjectPropertyDescriber.php + path: src/PropertyDescriber/ObjectPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\ObjectPropertyDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/ObjectPropertyDescriber.php + path: src/PropertyDescriber/ObjectPropertyDescriber.php - message: "#^Parameter \\#1 \\$enum of function enum_exists expects string, string\\|null given\\.$#" count: 1 - path: PropertyDescriber/ObjectPropertyDescriber.php + path: src/PropertyDescriber/ObjectPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriber\\:\\:__construct\\(\\) has parameter \\$propertyDescribers with no value type specified in iterable type iterable\\.$#" count: 1 - path: PropertyDescriber/PropertyDescriber.php + path: src/PropertyDescriber/PropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/PropertyDescriber.php + path: src/PropertyDescriber/PropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriber\\:\\:getHash\\(\\) has parameter \\$types with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/PropertyDescriber.php + path: src/PropertyDescriber/PropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriber\\:\\:getPropertyDescriber\\(\\) has parameter \\$types with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/PropertyDescriber.php + path: src/PropertyDescriber/PropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/PropertyDescriber.php + path: src/PropertyDescriber/PropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriberInterface\\:\\:describe\\(\\) invoked with 5 parameters, 2\\-3 required\\.$#" count: 1 - path: PropertyDescriber/PropertyDescriber.php + path: src/PropertyDescriber/PropertyDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriber\\:\\:\\$propertyDescribers \\(array\\\\) does not accept iterable\\.$#" count: 1 - path: PropertyDescriber/PropertyDescriber.php + path: src/PropertyDescriber/PropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriberInterface\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/PropertyDescriberInterface.php + path: src/PropertyDescriber/PropertyDescriberInterface.php - message: "#^PHPDoc tag @param references unknown parameter\\: \\$context$#" count: 1 - path: PropertyDescriber/PropertyDescriberInterface.php + path: src/PropertyDescriber/PropertyDescriberInterface.php - message: "#^PHPDoc tag @param references unknown parameter\\: \\$schema$#" count: 1 - path: PropertyDescriber/PropertyDescriberInterface.php + path: src/PropertyDescriber/PropertyDescriberInterface.php - message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#" count: 1 - path: PropertyDescriber/RequiredPropertyDescriber.php + path: src/PropertyDescriber/RequiredPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\PropertyDescriberInterface\\:\\:describe\\(\\) invoked with 5 parameters, 2\\-3 required\\.$#" count: 1 - path: PropertyDescriber/RequiredPropertyDescriber.php + path: src/PropertyDescriber/RequiredPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\RequiredPropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/RequiredPropertyDescriber.php + path: src/PropertyDescriber/RequiredPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\RequiredPropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/RequiredPropertyDescriber.php + path: src/PropertyDescriber/RequiredPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\StringPropertyDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: PropertyDescriber/StringPropertyDescriber.php + path: src/PropertyDescriber/StringPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\PropertyDescriber\\\\StringPropertyDescriber\\:\\:describe\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" count: 1 - path: PropertyDescriber/StringPropertyDescriber.php + path: src/PropertyDescriber/StringPropertyDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:__invoke\\(\\) has no return type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:__invoke\\(\\) has parameter \\$asset with no type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:__invoke\\(\\) has parameter \\$defaultAssetsMode with no type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:getExtension\\(\\) has no return type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:getExtension\\(\\) has parameter \\$asset with no type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:getExtension\\(\\) has parameter \\$assetsMode with no type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:getResource\\(\\) has no return type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:getResource\\(\\) has parameter \\$asset with no type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:getResource\\(\\) has parameter \\$mode with no type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:renderCss\\(\\) has no return type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:renderJavascript\\(\\) has no return type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:\\$assetExtension has no type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:\\$cdnUrl has no type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\GetNelmioAsset\\:\\:\\$resourcesDir has no type specified\\.$#" count: 1 - path: Render/Html/GetNelmioAsset.php + path: src/Render/Html/GetNelmioAsset.php - message: "#^Call to method render\\(\\) on an unknown class Twig_Environment\\.$#" count: 2 - path: Render/Html/HtmlOpenApiRenderer.php + path: src/Render/Html/HtmlOpenApiRenderer.php - message: "#^Class Twig_Environment not found\\.$#" count: 1 - path: Render/Html/HtmlOpenApiRenderer.php + path: src/Render/Html/HtmlOpenApiRenderer.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\HtmlOpenApiRenderer\\:\\:__construct\\(\\) has parameter \\$twig with no type specified\\.$#" count: 1 - path: Render/Html/HtmlOpenApiRenderer.php + path: src/Render/Html/HtmlOpenApiRenderer.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\HtmlOpenApiRenderer\\:\\:render\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 - path: Render/Html/HtmlOpenApiRenderer.php + path: src/Render/Html/HtmlOpenApiRenderer.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Render\\\\Html\\\\HtmlOpenApiRenderer\\:\\:\\$twig has unknown class Twig_Environment as its type\\.$#" count: 1 - path: Render/Html/HtmlOpenApiRenderer.php + path: src/Render/Html/HtmlOpenApiRenderer.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Json\\\\JsonOpenApiRenderer\\:\\:render\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 - path: Render/Json/JsonOpenApiRenderer.php + path: src/Render/Json/JsonOpenApiRenderer.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Json\\\\JsonOpenApiRenderer\\:\\:render\\(\\) should return string but returns string\\|false\\.$#" count: 1 - path: Render/Json/JsonOpenApiRenderer.php + path: src/Render/Json/JsonOpenApiRenderer.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\OpenApiRenderer\\:\\:render\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 - path: Render/OpenApiRenderer.php + path: src/Render/OpenApiRenderer.php - message: "#^Cannot call method generate\\(\\) on mixed\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Cannot call method render\\(\\) on Nelmio\\\\ApiDocBundle\\\\Render\\\\OpenApiRenderer\\|null\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\RenderOpenApi\\:\\:getAvailableFormats\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\RenderOpenApi\\:\\:getServersFromOptions\\(\\) has no return type specified\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\RenderOpenApi\\:\\:getServersFromOptions\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\RenderOpenApi\\:\\:render\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\RenderOpenApi\\:\\:renderFromRequest\\(\\) has no return type specified\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\RenderOpenApi\\:\\:renderFromRequest\\(\\) has parameter \\$area with no type specified\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\RenderOpenApi\\:\\:renderFromRequest\\(\\) has parameter \\$extraOptions with no value type specified in iterable type array\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^PHPDoc tag @throws with type Nelmio\\\\ApiDocBundle\\\\Render\\\\InvalidArgumentException is not subtype of Throwable$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Unreachable statement \\- code above always terminates\\.$#" count: 1 - path: Render/RenderOpenApi.php + path: src/Render/RenderOpenApi.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Render\\\\Yaml\\\\YamlOpenApiRenderer\\:\\:render\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 - path: Render/Yaml/YamlOpenApiRenderer.php + path: src/Render/Yaml/YamlOpenApiRenderer.php + + - + message: "#^Access to property \\$allowBlank on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam\\.$#" + count: 1 + path: src/RouteDescriber/FosRestDescriber.php + + - + message: "#^Access to property \\$description on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam\\.$#" + count: 1 + path: src/RouteDescriber/FosRestDescriber.php + + - + message: "#^Access to property \\$key on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam\\.$#" + count: 1 + path: src/RouteDescriber/FosRestDescriber.php + + - + message: "#^Access to property \\$key on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\RequestParam\\.$#" + count: 1 + path: src/RouteDescriber/FosRestDescriber.php + + - + message: "#^Access to property \\$map on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam\\.$#" + count: 2 + path: src/RouteDescriber/FosRestDescriber.php + + - + message: "#^Access to property \\$nullable on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam\\.$#" + count: 2 + path: src/RouteDescriber/FosRestDescriber.php + + - + message: "#^Access to property \\$nullable on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\RequestParam\\.$#" + count: 1 + path: src/RouteDescriber/FosRestDescriber.php + + - + message: "#^Access to property \\$strict on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam\\.$#" + count: 1 + path: src/RouteDescriber/FosRestDescriber.php - - message: "#^Access to an undefined property FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\RequestParam\\|OpenApi\\\\Annotations\\\\AbstractAnnotation\\:\\:\\$nullable\\.$#" + message: "#^Access to property \\$strict on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\RequestParam\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - - message: "#^Access to an undefined property FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\RequestParam\\|OpenApi\\\\Annotations\\\\AbstractAnnotation\\:\\:\\$strict\\.$#" + message: "#^Call to method getName\\(\\) on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - - message: "#^Call to an undefined method FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam\\|FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\RequestParam\\|OpenApi\\\\Annotations\\\\AbstractAnnotation\\:\\:getName\\(\\)\\.$#" + message: "#^Call to method getName\\(\\) on an unknown class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\RequestParam\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Cannot access offset 'application/json'\\|'application/xml' on array\\\\|OpenApi\\\\Annotations\\\\Attachable\\|OpenApi\\\\Annotations\\\\MediaType\\|OpenApi\\\\Attributes\\\\JsonContent\\|OpenApi\\\\Attributes\\\\XmlContent\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php + + - + message: "#^Class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam not found\\.$#" + count: 3 + path: src/RouteDescriber/FosRestDescriber.php + + - + message: "#^Class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\RequestParam not found\\.$#" + count: 2 + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#" count: 2 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:__construct\\(\\) has parameter \\$mediaTypes with no value type specified in iterable type array\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:describeCommonSchemaFromAnnotation\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:describeCommonSchemaFromAnnotation\\(\\) has parameter \\$annotation with no type specified\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:getAttributesAsAnnotation\\(\\) should return array\\ but returns array\\, object\\>\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:getContentSchemaForType\\(\\) should return OpenApi\\\\Annotations\\\\Schema but returns OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:getEnum\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:getEnum\\(\\) has parameter \\$requirements with no type specified\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:getFormat\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:getFormat\\(\\) has parameter \\$requirements with no type specified\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:getPattern\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:getPattern\\(\\) has parameter \\$requirements with no type specified\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Parameter \\#1 \\$schema of method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\FosRestDescriber\\:\\:describeCommonSchemaFromAnnotation\\(\\) expects OpenApi\\\\Annotations\\\\Schema, OpenApi\\\\Annotations\\\\AbstractAnnotation given\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Property OpenApi\\\\Annotations\\\\Schema\\:\\:\\$items \\(OpenApi\\\\Annotations\\\\Items\\) does not accept OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" count: 1 - path: RouteDescriber/FosRestDescriber.php + path: src/RouteDescriber/FosRestDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\PhpDocDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/PhpDocDescriber.php + path: src/RouteDescriber/PhpDocDescriber.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\PhpDocDescriber\\:\\:\\$docBlockFactory has no type specified\\.$#" count: 1 - path: RouteDescriber/PhpDocDescriber.php + path: src/RouteDescriber/PhpDocDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber.php - - - - message: "#^Method Symfony\\\\Component\\\\HttpKernel\\\\ControllerMetadata\\\\ArgumentMetadataFactoryInterface\\:\\:createArgumentMetadata\\(\\) invoked with 2 parameters, 1 required\\.$#" - count: 1 - path: RouteDescriber/RouteArgumentDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber.php - message: "#^Parameter \\#1 \\$controller of method Symfony\\\\Component\\\\HttpKernel\\\\ControllerMetadata\\\\ArgumentMetadataFactoryInterface\\:\\:createArgumentMetadata\\(\\) expects array\\|object\\|string, mixed given\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapQueryParameterDescriber\\:\\:describeValidateFilter\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapQueryParameterDescriber\\:\\:describeValidateFilter\\(\\) return type has no value type specified in iterable type array\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php - message: "#^Result of && is always false\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php - message: "#^Strict comparison using \\=\\=\\= between '@OA\\\\\\\\Generator\\:…' and bool will always evaluate to false\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php - message: "#^Variable \\$attribute in PHPDoc tag @var does not exist\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryParameterDescriber.php - message: "#^Cannot access property \\$nelmio_api_doc_bundle\\.map_query_string\\.Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapQueryStringDescriber on OpenApi\\\\Context\\|null\\.$#" count: 2 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapQueryStringDescriber\\:\\:getGroups\\(\\) should return array\\\\|null but returns array\\\\|string\\|Symfony\\\\Component\\\\Validator\\\\Constraints\\\\GroupSequence\\>\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapQueryStringDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php - message: "#^Unreachable statement \\- code above always terminates\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php - message: "#^Variable \\$attribute in PHPDoc tag @var does not exist\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapQueryStringDescriber.php - message: "#^Cannot access property \\$nelmio_api_doc_bundle\\.argument_metadata\\.Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapRequestPayloadDescriber on OpenApi\\\\Context\\|null\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php - message: "#^Cannot access property \\$nelmio_api_doc_bundle\\.model_ref\\.Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapRequestPayloadDescriber on OpenApi\\\\Context\\|null\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapRequestPayloadDescriber\\:\\:getGroups\\(\\) should return array\\\\|null but returns array\\\\|string\\|Symfony\\\\Component\\\\Validator\\\\Constraints\\\\GroupSequence\\>\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteArgumentDescriber\\\\SymfonyMapRequestPayloadDescriber\\:\\:setModelRegistry\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php - message: "#^Unreachable statement \\- code above always terminates\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php - message: "#^Variable \\$attribute in PHPDoc tag @var does not exist\\.$#" count: 1 - path: RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php + path: src/RouteDescriber/RouteArgumentDescriber/SymfonyMapRequestPayloadDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteDescriberInterface\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/RouteDescriberInterface.php + path: src/RouteDescriber/RouteDescriberInterface.php - message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#" count: 1 - path: RouteDescriber/RouteMetadataDescriber.php + path: src/RouteDescriber/RouteMetadataDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteMetadataDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" count: 1 - path: RouteDescriber/RouteMetadataDescriber.php + path: src/RouteDescriber/RouteMetadataDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\RouteDescriber\\\\RouteMetadataDescriber\\:\\:getPossibleEnumValues\\(\\) is unused\\.$#" count: 1 - path: RouteDescriber/RouteMetadataDescriber.php + path: src/RouteDescriber/RouteMetadataDescriber.php - message: "#^Parameter \\#1 \\$string of function mb_substr expects string, object\\|string given\\.$#" count: 1 - path: RouteDescriber/RouteMetadataDescriber.php + path: src/RouteDescriber/RouteMetadataDescriber.php - message: "#^Result of && is always true\\.$#" count: 1 - path: RouteDescriber/RouteMetadataDescriber.php + path: src/RouteDescriber/RouteMetadataDescriber.php - message: "#^Strict comparison using \\=\\=\\= between '@OA\\\\\\\\Generator\\:…' and true will always evaluate to false\\.$#" count: 1 - path: RouteDescriber/RouteMetadataDescriber.php + path: src/RouteDescriber/RouteMetadataDescriber.php - message: "#^Unreachable statement \\- code above always terminates\\.$#" count: 1 - path: RouteDescriber/RouteMetadataDescriber.php + path: src/RouteDescriber/RouteMetadataDescriber.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Routing\\\\FilteredRouteCollectionBuilder\\:\\:__construct\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" count: 1 - path: Routing/FilteredRouteCollectionBuilder.php + path: src/Routing/FilteredRouteCollectionBuilder.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Routing\\\\FilteredRouteCollectionBuilder\\:\\:getAttributesAsAnnotation\\(\\) has parameter \\$reflection with generic class ReflectionClass but does not specify its types\\: T$#" count: 1 - path: Routing/FilteredRouteCollectionBuilder.php + path: src/Routing/FilteredRouteCollectionBuilder.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Routing\\\\FilteredRouteCollectionBuilder\\:\\:getAttributesAsAnnotation\\(\\) should return array\\ but returns array\\, object\\>\\.$#" count: 1 - path: Routing/FilteredRouteCollectionBuilder.php + path: src/Routing/FilteredRouteCollectionBuilder.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Routing\\\\FilteredRouteCollectionBuilder\\:\\:\\$options type has no value type specified in iterable type array\\.$#" count: 1 - path: Routing/FilteredRouteCollectionBuilder.php + path: src/Routing/FilteredRouteCollectionBuilder.php - message: "#^Class Symfony\\\\Bundle\\\\FrameworkBundle\\\\Controller\\\\ControllerNameParser not found\\.$#" count: 1 - path: Util/ControllerReflector.php + path: src/Util/ControllerReflector.php - - message: "#^Comparison operation \"\\>\\=\" between 60403 and 40100 is always true\\.$#" + message: "#^Comparison operation \"\\>\\=\" between 70004 and 40100 is always true\\.$#" count: 1 - path: Util/ControllerReflector.php + path: src/Util/ControllerReflector.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Util\\\\ControllerReflector\\:\\:getClassAndMethod\\(\\) has no return type specified\\.$#" count: 1 - path: Util/ControllerReflector.php + path: src/Util/ControllerReflector.php - message: "#^Method Nelmio\\\\ApiDocBundle\\\\Util\\\\ControllerReflector\\:\\:getReflectionMethod\\(\\) has parameter \\$controller with no type specified\\.$#" count: 1 - path: Util/ControllerReflector.php + path: src/Util/ControllerReflector.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Util\\\\ControllerReflector\\:\\:\\$container has no type specified\\.$#" count: 1 - path: Util/ControllerReflector.php + path: src/Util/ControllerReflector.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Util\\\\ControllerReflector\\:\\:\\$controllerNameParser has no type specified\\.$#" count: 1 - path: Util/ControllerReflector.php + path: src/Util/ControllerReflector.php - message: "#^Property Nelmio\\\\ApiDocBundle\\\\Util\\\\ControllerReflector\\:\\:\\$controllers has no type specified\\.$#" count: 1 - path: Util/ControllerReflector.php + path: src/Util/ControllerReflector.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ApiDocGeneratorTest\\:\\:testCache\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ApiDocGeneratorTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ApiDocGeneratorTest\\:\\:testCacheWithCustomId\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ApiDocGeneratorTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Command\\\\DumpCommandTest\\:\\:executeDumpCommand\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Command/DumpCommandTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Command\\\\DumpCommandTest\\:\\:executeDumpCommand\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Command/DumpCommandTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Command\\\\DumpCommandTest\\:\\:provideAssetsMode\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Command/DumpCommandTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Command\\\\DumpCommandTest\\:\\:provideJsonMode\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Command/DumpCommandTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Command\\\\DumpCommandTest\\:\\:testHtml\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Command/DumpCommandTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Command\\\\DumpCommandTest\\:\\:testHtml\\(\\) has parameter \\$htmlConfig with no type specified\\.$#" + count: 1 + path: tests/Command/DumpCommandTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Command\\\\DumpCommandTest\\:\\:testJson\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Command/DumpCommandTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Command\\\\DumpCommandTest\\:\\:testJson\\(\\) has parameter \\$jsonOptions with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Command/DumpCommandTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Command\\\\DumpCommandTest\\:\\:testYaml\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Command/DumpCommandTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testAlternativeNames\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/DependencyInjection/ConfigurationTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testAreas\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/DependencyInjection/ConfigurationTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\DependencyInjection\\\\ConfigurationTest\\:\\:testDefaultArea\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/DependencyInjection/ConfigurationTest.php + + - + message: "#^Cannot cast mixed to string\\.$#" + count: 2 + path: tests/DependencyInjection/NelmioApiDocExtensionTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\DependencyInjection\\\\NelmioApiDocExtensionTest\\:\\:testApiDocGeneratorWithCachePool\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/DependencyInjection/NelmioApiDocExtensionTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\DependencyInjection\\\\NelmioApiDocExtensionTest\\:\\:testMergesRootKeysFromMultipleConfigurations\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/DependencyInjection/NelmioApiDocExtensionTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\DependencyInjection\\\\NelmioApiDocExtensionTest\\:\\:testNameAliasesArePassedToModelRegistry\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/DependencyInjection/NelmioApiDocExtensionTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Describer\\\\ApiPlatformDescriberTest\\:\\:testDescribe\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Describer/ApiPlatformDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Describer\\\\ApiPlatformDescriberTest\\:\\:testDescribeRemovesBasePathAfterNormalization\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Describer/ApiPlatformDescriberTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Describer\\\\ApiPlatformDescriberTest\\:\\:\\$documentation has no type specified\\.$#" + count: 1 + path: tests/Describer/ApiPlatformDescriberTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Describer\\\\ApiPlatformDescriberTest\\:\\:\\$normalizer has no type specified\\.$#" + count: 1 + path: tests/Describer/ApiPlatformDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Describer\\\\RouteDescriberTest\\:\\:testIgnoreWhenNoController\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Describer/RouteDescriberTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Describer\\\\RouteDescriberTest\\:\\:\\$routeDescriber has no type specified\\.$#" + count: 1 + path: tests/Describer/RouteDescriberTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Describer\\\\RouteDescriberTest\\:\\:\\$routes has no type specified\\.$#" + count: 1 + path: tests/Describer/RouteDescriberTest.php + + - + message: "#^Comparison operation \"\\>\\=\" between 7 and 7 is always true\\.$#" + count: 1 + path: tests/Functional/BazingaFunctionalTest.php + + - + message: "#^Dead catch \\- ReflectionException is never thrown in the try block\\.$#" + count: 1 + path: tests/Functional/BazingaFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\BazingaFunctionalTest\\:\\:createKernel\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/BazingaFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\BazingaFunctionalTest\\:\\:testModelComplexDocumentationBazinga\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/BazingaFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\BazingaFunctionalTest\\:\\:testWithGroup\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/BazingaFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\BazingaFunctionalTest\\:\\:testWithType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/BazingaFunctionalTest.php + + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 1 + path: tests/Functional/BazingaFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:adminAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:alternateEntityType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:arbitraryArray\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:compoundEntityAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:configReferenceAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:customOperationIdAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:deprecatedAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:dictionary\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:discriminatorMappingAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:discriminatorMappingConfiguredWithFileAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:entityWithFalsyDefaults\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:entityWithNullableSchemaSet\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:entityWithObjectType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:entityWithRef\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:fetchArticleAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:fetchArticleInterfaceAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:filteredAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:formAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:formWithAlternateSchemaType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:formWithCsrfProtectionDisabledType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:formWithCsrfProtectionEnabledType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:formWithModelAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:formWithRefSchemaType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:implicitSwaggerAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:nameConverterContext\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:namedRouteOperationIdAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:newAreaAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:operationsWithOtherAnnotations\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:securityAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:securityActionOverride\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:serializedNameAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:submitUserTypeAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:swaggerAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:symfonyConstraintsAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:symfonyConstraintsWithGroupsAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController80\\:\\:userAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:adminAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:alternateEntityType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:arbitraryArray\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:compoundEntityAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:configReferenceAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:createArticleFromMapRequestPayload\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:createArticleFromMapRequestPayloadHandlesAlreadySetContent\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:createArticleFromMapRequestPayloadNullable\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:createArticleFromMapRequestPayloadOverwrite\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:createArticleFromMapRequestPayloadPassedValidationGroups\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:customOperationIdAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:deprecatedAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:dictionary\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:discriminatorMappingAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:discriminatorMappingConfiguredWithFileAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:entityWithFalsyDefaults\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:entityWithNullableSchemaSet\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:entityWithObjectType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:entityWithRef\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:enum\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleActionWithAttributes\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryParameter\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryParameter\\(\\) has parameter \\$someArray with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryParameterDefault\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryParameterNullable\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryParameterOverwriteParameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryParameterValidateFilters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryString\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryStringHandlesValidationGroups\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryStringNullable\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleFromMapQueryStringOverwriteParameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleInterfaceAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleWithManyOptionalParameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:fetchArticleWithManyParameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:filteredAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:formAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:formWithAlternateSchemaType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:formWithCsrfProtectionDisabledType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:formWithCsrfProtectionEnabledType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:formWithModelAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:formWithRefSchemaType\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:implicitSwaggerAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:inlinePathParameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:nameConverterContext\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:namedRouteOperationIdAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:newAreaAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:newAreaActionAttributes\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:operationsWithOtherAnnotations\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:securityAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:securityActionAttributes\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:securityActionOverride\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:securityOverrideActionAttributes\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:serializedNameAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:submitUserTypeAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:swaggerAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:symfonyConstraintsAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:symfonyConstraintsWithGroupsAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ApiController81\\:\\:userAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\BazingaController\\:\\:userAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/BazingaController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\BazingaController\\:\\:userGroupAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/BazingaController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\BazingaTypedController\\:\\:userTypedAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/BazingaTypedController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ClassApiController80\\:\\:securityAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ClassApiController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\ClassApiController81\\:\\:securityAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/ClassApiController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\FOSRestController80\\:\\:fosrestAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/FOSRestController80.php + + - + message: "#^Attribute class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\QueryParam does not exist\\.$#" + count: 4 + path: tests/Functional/Controller/FOSRestController81.php + + - + message: "#^Attribute class FOS\\\\RestBundle\\\\Controller\\\\Annotations\\\\RequestParam does not exist\\.$#" + count: 12 + path: tests/Functional/Controller/FOSRestController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\FOSRestController81\\:\\:fosrestAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/FOSRestController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\FOSRestController81\\:\\:fosrestAttributesAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/FOSRestController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\InvokableController80\\:\\:__invoke\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/InvokableController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\InvokableController81\\:\\:__invoke\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/InvokableController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController80\\:\\:chatAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController80\\:\\:complexAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController80\\:\\:complexDualAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController80\\:\\:minUserAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController80\\:\\:minUserNestedAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController80\\:\\:namingStrategyConstraintsAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController80\\:\\:pictureAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController80\\:\\:userAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController80\\:\\:yamlAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:chatAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:complexAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:complexDualAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:enum\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:minUserAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:minUserNestedAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:namingStrategyConstraintsAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:pictureAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:userAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\JMSController81\\:\\:yamlAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Parameter \\$groups of class Nelmio\\\\ApiDocBundle\\\\Annotation\\\\Model constructor expects array\\\\|null, array\\\\|string\\> given\\.$#" + count: 2 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Parameter \\$groups of class Nelmio\\\\ApiDocBundle\\\\Annotation\\\\Model constructor expects array\\\\|null, array\\\\>\\|string\\> given\\.$#" + count: 2 + path: tests/Functional/Controller/JMSController81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\MapQueryStringController\\:\\:fetchArticleFromMapQueryString\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/MapQueryStringController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\MapQueryStringController\\:\\:fetchArticleFromMapQueryStringHandlesValidationGroups\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/MapQueryStringController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\MapQueryStringController\\:\\:fetchArticleFromMapQueryStringNullable\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/MapQueryStringController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\MapQueryStringController\\:\\:fetchArticleFromMapQueryStringOverwriteParameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/MapQueryStringController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\MapQueryStringController\\:\\:fetchArticleWithManyOptionalParameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/MapQueryStringController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\MapQueryStringController\\:\\:fetchArticleWithManyParameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Controller/MapQueryStringController.php + + - + message: "#^Comparison operation \"\\<\" between 7 and 7 is always false\\.$#" + count: 1 + path: tests/Functional/Controller/TestController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\TestController\\:\\:testAction\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Controller/TestController.php + + - + message: "#^Comparison operation \"\\<\" between 7 and 7 is always false\\.$#" + count: 1 + path: tests/Functional/Controller/UndocumentedController.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Controller\\\\UndocumentedController\\:\\:undocumentedAction\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Controller/UndocumentedController.php + + - + message: "#^Call to an undefined method object\\:\\:generate\\(\\)\\.$#" + count: 1 + path: tests/Functional/ControllerTest.php + + - + message: "#^If condition is always true\\.$#" + count: 1 + path: tests/Functional/ControllerTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ControllerTest\\:\\:createKernel\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/ControllerTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ControllerTest\\:\\:getOpenApiDefinition\\(\\) has parameter \\$area with no type specified\\.$#" + count: 1 + path: tests/Functional/ControllerTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ControllerTest\\:\\:provideControllers\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/Functional/ControllerTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ControllerTest\\:\\:testControllers\\(\\) has parameter \\$extraConfigs with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/ControllerTest.php + + - + message: "#^Parameter \\#2 \\$array of function array_map expects array, array\\\\|false given\\.$#" + count: 1 + path: tests/Functional/ControllerTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\CsrfProtectionFunctionalTest\\:\\:createKernel\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/CsrfProtectionFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\ArrayItems\\\\Bar\\:\\:addThing\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/ArrayItems/Bar.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\ArrayItems\\\\Bar\\:\\:addThing\\(\\) has parameter \\$thing with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/ArrayItems/Bar.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\ArrayItems\\\\Bar\\:\\:\\$moreThings type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/ArrayItems/Bar.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\ArrayItems\\\\Bar\\:\\:\\$things has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/ArrayItems/Bar.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\Article\\:\\:setAuthor\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/Article.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\Article\\:\\:setContent\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/Article.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\CustomDateTime\\:\\:\\$format has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/CustomDateTime.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\CustomDateTime\\:\\:\\$format is unused\\.$#" + count: 1 + path: tests/Functional/Entity/CustomDateTime.php + + - + message: "#^Class Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\EntityWithAlternateType80 implements generic interface IteratorAggregate but does not specify its types\\: TKey, TValue$#" + count: 1 + path: tests/Functional/Entity/EntityWithAlternateType80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\EntityWithAlternateType80\\:\\:getIterator\\(\\) return type with generic class ArrayIterator does not specify its types\\: TKey, TValue$#" + count: 1 + path: tests/Functional/Entity/EntityWithAlternateType80.php + + - + message: "#^Class Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\EntityWithAlternateType81 implements generic interface IteratorAggregate but does not specify its types\\: TKey, TValue$#" + count: 1 + path: tests/Functional/Entity/EntityWithAlternateType81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\EntityWithAlternateType81\\:\\:getIterator\\(\\) return type with generic class ArrayIterator does not specify its types\\: TKey, TValue$#" + count: 1 + path: tests/Functional/Entity/EntityWithAlternateType81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex80\\:\\:getVirtualFriend\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex80\\:\\:\\$User has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex80\\:\\:\\$User is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex80\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex80\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex80\\:\\:\\$name has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex80\\:\\:\\$name is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex81\\:\\:getVirtualFriend\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex81\\:\\:\\$User has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex81\\:\\:\\$User is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex81\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex81\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex81\\:\\:\\$name has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSComplex81\\:\\:\\$name is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex80\\:\\:\\$complex has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex80\\:\\:\\$complex is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex80\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex80\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex80\\:\\:\\$user has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex80\\:\\:\\$user is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex81\\:\\:\\$complex has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex81\\:\\:\\$complex is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex81\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex81\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex81\\:\\:\\$user has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSDualComplex81\\:\\:\\$user is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSDualComplex81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNamingStrategyConstraints80\\:\\:setSomeWeirdNamedProperty\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNamingStrategyConstraints80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNamingStrategyConstraints81\\:\\:setSomeWeirdNamedProperty\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNamingStrategyConstraints81.php + + - + message: "#^Parameter \\$max of attribute class Symfony\\\\Component\\\\Validator\\\\Constraints\\\\Length constructor expects int\\|null, string given\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNamingStrategyConstraints81.php + + - + message: "#^Parameter \\$min of attribute class Symfony\\\\Component\\\\Validator\\\\Constraints\\\\Length constructor expects int\\|null, string given\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNamingStrategyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNote80\\:\\:\\$long has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNote80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNote80\\:\\:\\$long is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNote80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNote80\\:\\:\\$short has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNote80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNote80\\:\\:\\$short is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNote80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNote81\\:\\:\\$long has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNote81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNote81\\:\\:\\$long is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNote81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNote81\\:\\:\\$short has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNote81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSNote81\\:\\:\\$short is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSNote81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:getRoles\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:setDummy\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:setRoles\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:setRoles\\(\\) has parameter \\$roles with no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$bestFriend has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$bestFriend is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$createdAt has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$createdAt is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$customDate has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$customDate is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$daysOnline has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$daysOnline is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$deepFreeFormObjectCollection has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$deepFreeFormObjectCollection is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$deepObject has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$deepObject is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$deepObjectWithItems has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$deepObjectWithItems is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$email has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$email is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$favoriteDates has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$favoriteDates is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$freeFormObject has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$freeFormObject is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$freeFormObjectWithoutType has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$freeFormObjectWithoutType is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$friends has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$friends is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$friendsNumber has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$friendsNumber is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$indexedFriends has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$indexedFriends is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$latLonHistory has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$latLonHistory is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$location has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$location is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$notes has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$notes is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$password has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$password is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$status is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$updatedAt has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$updatedAt is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$virtualType1 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser80\\:\\:\\$virtualType2 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:getRoles\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:setDummy\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:setRoles\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:setRoles\\(\\) has parameter \\$roles with no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$bestFriend has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$bestFriend is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$createdAt has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$createdAt is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$customDate has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$customDate is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$daysOnline has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$daysOnline is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$deepFreeFormObjectCollection has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$deepFreeFormObjectCollection is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$deepObject has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$deepObject is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$deepObjectWithItems has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$deepObjectWithItems is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$email has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$email is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$favoriteDates has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$favoriteDates is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$freeFormObject has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$freeFormObject is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$freeFormObjectWithoutType has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$freeFormObjectWithoutType is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$friends has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$friends is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$friendsNumber has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$friendsNumber is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$indexedFriends has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$indexedFriends is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$latLonHistory has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$latLonHistory is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$location has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$location is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$notes has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$notes is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$password has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$password is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$status is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$updatedAt has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$updatedAt is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$virtualType1 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\JMSUser81\\:\\:\\$virtualType2 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/JMSUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChat80\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChat80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChat80\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChat80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChat80\\:\\:\\$members has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChat80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChat80\\:\\:\\$members is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChat80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChat81\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChat81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChat81\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChat81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChat81\\:\\:\\$members has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChat81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChat81\\:\\:\\$members is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChat81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend80\\:\\:\\$dining has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend80\\:\\:\\$dining is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend80\\:\\:\\$living has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend80\\:\\:\\$living is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend80\\:\\:\\$room has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend80\\:\\:\\$room is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend81\\:\\:\\$dining has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend81\\:\\:\\$dining is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend81\\:\\:\\$living has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend81\\:\\:\\$living is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend81\\:\\:\\$room has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatFriend81\\:\\:\\$room is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatFriend81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatLivingRoom\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatLivingRoom.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatLivingRoom\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatLivingRoom.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom80\\:\\:\\$id1 has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom80\\:\\:\\$id1 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom80\\:\\:\\$id2 has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom80\\:\\:\\$id2 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom80\\:\\:\\$id3 has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom80\\:\\:\\$id3 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom81\\:\\:\\$id1 has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom81\\:\\:\\$id1 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom81\\:\\:\\$id2 has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom81\\:\\:\\$id2 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom81\\:\\:\\$id3 has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoom81\\:\\:\\$id3 is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoom81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoomUser80\\:\\:\\$friend has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoomUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoomUser80\\:\\:\\$friend is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoomUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoomUser80\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoomUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoomUser80\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoomUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoomUser81\\:\\:\\$friend has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoomUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoomUser81\\:\\:\\$friend is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoomUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoomUser81\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoomUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatRoomUser81\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatRoomUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser80\\:\\:\\$allPictures has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser80\\:\\:\\$allPictures is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser80\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser80\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser80\\:\\:\\$picture has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser80\\:\\:\\$picture is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser81\\:\\:\\$allPictures has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser81\\:\\:\\$allPictures is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser81\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser81\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser81\\:\\:\\$picture has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSChatUser81\\:\\:\\$picture is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSChatUser81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSPicture80\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSPicture80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSPicture80\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSPicture80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSPicture80\\:\\:\\$onlyDirectPictureMini has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSPicture80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSPicture80\\:\\:\\$onlyDirectPictureMini is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSPicture80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSPicture81\\:\\:\\$id has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSPicture81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSPicture81\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSPicture81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSPicture81\\:\\:\\$onlyDirectPictureMini has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSPicture81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\NestedGroup\\\\JMSPicture81\\:\\:\\$onlyDirectPictureMini is unused\\.$#" + count: 1 + path: tests/Functional/Entity/NestedGroup/JMSPicture81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\PrivateProtectedExposure\\:\\:setProtected\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/PrivateProtectedExposure.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\PrivateProtectedExposure\\:\\:\\$privateField has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/PrivateProtectedExposure.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\PrivateProtectedExposure\\:\\:\\$privateField is unused\\.$#" + count: 1 + path: tests/Functional/Entity/PrivateProtectedExposure.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\PrivateProtectedExposure\\:\\:\\$protectedField has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/PrivateProtectedExposure.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\QueryModel\\\\ArrayQueryModel\\:\\:getProductIds\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/QueryModel/ArrayQueryModel.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\QueryModel\\\\ArrayQueryModel\\:\\:\\$ids type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/QueryModel/ArrayQueryModel.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\QueryModel\\\\ArrayQueryModel\\:\\:\\$productIds type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/QueryModel/ArrayQueryModel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:fetchAllowedChoices\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:setPropertyChoiceWithMultiple\\(\\) has parameter \\$propertyChoiceWithMultiple with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyAssertLength is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyChoice is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyChoiceWithCallback is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyChoiceWithCallbackWithoutClass is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyChoiceWithMultiple is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyCount is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyExpression is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyLessThan is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyLessThanOrEqual is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyNotBlank is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyNotNull is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyRange is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyRegex is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints80\\:\\:\\$propertyWithCompoundValidationRule is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:fetchAllowedChoices\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:setPropertyChoiceWithMultiple\\(\\) has parameter \\$propertyChoiceWithMultiple with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Parameter \\$max of attribute class Symfony\\\\Component\\\\Validator\\\\Constraints\\\\Count constructor expects int\\|null, string given\\.$#" + count: 2 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Parameter \\$max of attribute class Symfony\\\\Component\\\\Validator\\\\Constraints\\\\Length constructor expects int\\|null, string given\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Parameter \\$min of attribute class Symfony\\\\Component\\\\Validator\\\\Constraints\\\\Count constructor expects int\\|null, string given\\.$#" + count: 2 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Parameter \\$min of attribute class Symfony\\\\Component\\\\Validator\\\\Constraints\\\\Length constructor expects int\\|null, string given\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyAssertLength is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyChoice is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyChoiceWithCallback is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyChoiceWithCallbackWithoutClass is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyChoiceWithMultiple is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyCount is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyExpression is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyLessThan is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyLessThanOrEqual is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyNotBlank is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyNotNull is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyRange is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyRegex is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraints81\\:\\:\\$propertyWithCompoundValidationRule is never read, only written\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraints81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraintsWithValidationGroups80\\:\\:\\$propertyArray type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraintsWithValidationGroups80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\SymfonyConstraintsWithValidationGroups81\\:\\:\\$propertyArray type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/SymfonyConstraintsWithValidationGroups81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setCreatedAt\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setDateAsInterface\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setDummy\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setEmail\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setEmail\\(\\) has parameter \\$email with no type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setFriend\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setFriends\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setFriends\\(\\) has parameter \\$friends with no value type specified in iterable type array\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setFriendsNumber\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setId\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setLocation\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setMoney\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setRoles\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setStatus\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setUsers\\(\\) has no return type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:setUsers\\(\\) has parameter \\$users with no value type specified in iterable type array\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$createdAt is unused\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$email has no type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$email is never read, only written\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$friend is unused\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$friends is unused\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$friendsNumber is never read, only written\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$id is never read, only written\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$location has no type specified\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$location is unused\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$money is never read, only written\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$roles is never read, only written\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$status is unused\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\User\\:\\:\\$users is unused\\.$#" + count: 2 + path: tests/Functional/Entity/User.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty80\\:\\:__call\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty80\\:\\:__call\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty80\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty80\\:\\:\\$virtualprop has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty80.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty80\\:\\:\\$virtualprop is unused\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty80.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty81\\:\\:__call\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty81\\:\\:__call\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty81\\:\\:\\$id is unused\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty81\\:\\:\\$virtualprop has no type specified\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty81.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\Entity\\\\VirtualProperty81\\:\\:\\$virtualprop is unused\\.$#" + count: 1 + path: tests/Functional/Entity/VirtualProperty81.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\EntityExcluded\\\\ApiPlatform2\\\\Dummy\\:\\:setName\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/EntityExcluded/ApiPlatform2/Dummy.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\EntityExcluded\\\\ApiPlatform2\\\\Dummy\\:\\:\\$id is never written, only read\\.$#" + count: 1 + path: tests/Functional/EntityExcluded/ApiPlatform2/Dummy.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\EntityExcluded\\\\ApiPlatform3\\\\Dummy\\:\\:setName\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/EntityExcluded/ApiPlatform3/Dummy.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\EntityExcluded\\\\ApiPlatform3\\\\Dummy\\:\\:\\$id is never written, only read\\.$#" + count: 1 + path: tests/Functional/EntityExcluded/ApiPlatform3/Dummy.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\EntityExcluded\\\\SerializedNameEnt\\:\\:setBar\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/EntityExcluded/SerializedNameEnt.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\EntityExcluded\\\\Symfony7\\\\SerializedNameEntity\\:\\:setBar\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/EntityExcluded/Symfony7/SerializedNameEntity.php + + - + message: "#^Cannot access offset 'application/json' on array\\\\|OpenApi\\\\Annotations\\\\Attachable\\|OpenApi\\\\Annotations\\\\MediaType\\|OpenApi\\\\Attributes\\\\JsonContent\\|OpenApi\\\\Attributes\\\\XmlContent\\.$#" + count: 1 + path: tests/Functional/FOSRestTest.php + + - + message: "#^Comparison operation \"\\>\\=\" between 7 and 7 is always true\\.$#" + count: 1 + path: tests/Functional/FOSRestTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FOSRestTest\\:\\:createKernel\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/FOSRestTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FOSRestTest\\:\\:provideRoute\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/Functional/FOSRestTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FOSRestTest\\:\\:testFOSRestAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FOSRestTest.php + + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 1 + path: tests/Functional/FOSRestTest.php + + - + message: "#^Cannot access offset 'application/json' on array\\\\|OpenApi\\\\Annotations\\\\Attachable\\|OpenApi\\\\Annotations\\\\JsonContent\\|OpenApi\\\\Annotations\\\\MediaType\\|OpenApi\\\\Annotations\\\\XmlContent\\.$#" + count: 2 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Cannot access offset 'application/json' on array\\\\|OpenApi\\\\Annotations\\\\Attachable\\|OpenApi\\\\Annotations\\\\MediaType\\|OpenApi\\\\Attributes\\\\JsonContent\\|OpenApi\\\\Attributes\\\\XmlContent\\.$#" + count: 2 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:implicitSwaggerActionMethodsProvider\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:provideArticleRoute\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:provideSecurityOverrideRoute\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:provideSecurityRoute\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:swaggerActionPathsProvider\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testAnnotationWithManualPath\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testApiPlatform\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testArbitraryArrayModel\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testClassSecurityAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testCompoundEntityAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testConfigReference\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testConfiguredDocumentation\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testContextPassedToNameConverter\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testCustomOperationId\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testDefaultOperationId\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testDeprecatedAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testDictionaryModel\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testDiscriminatorMapLoadsChildrenModels\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testEntitiesWithObjectTypeStillReadProperties\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testEntitiesWithOverriddenSchemaTypeDoNotReadOtherProperties\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testEntitiesWithRefInSchemaDoNoReadOtherProperties\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testEntityWithFalsyDefaults\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testEntityWithNullableSchemaSet\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testEnumSupport\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testFetchArticleAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testFilteredAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testFormSupport\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testFormWithRefInSchemaDoNoReadOtherProperties\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testFormsWithOverriddenSchemaTypeDoNotReadOtherProperties\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testImplicitSwaggerAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testInlinePHP81Parameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testInvokableController\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphism\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testModelsWithDiscriminatorMapAreLoadedWithOpenApiPolymorphismWhenUsingFileConfiguration\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testNamedRouteOperationId\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testNoAdditionalPropertiesSupport\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testNoDuplicatedParameters\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testOperationsWithOtherAnnotationsAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testPrivateProtectedExposure\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testSecurityAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testSecurityOverrideAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testSerializedNameAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testSwaggerAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testSymfonyConstraintDocumentation\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testUndocumentedAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testUserAction\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\FunctionalTest\\:\\:testUserModel\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, array\\\\|class\\-string given\\.$#" + count: 2 + path: tests/Functional/FunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:createKernel\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testEnumSupport\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testModeChatDocumentation\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testModelComplexDocumentation\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testModelComplexDualDocumentation\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testModelDocumentation\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testModelPictureDocumentation\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testNamingStrategyWithConstraints\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testNestedGroups\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testNoCollisionsAreGenerated\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\JMSFunctionalTest\\:\\:testYamlConfig\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/JMSFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ModelDescriber\\\\NameConverter\\:\\:denormalize\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/ModelDescriber/NameConverter.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ModelDescriber\\\\NameConverter\\:\\:normalize\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/ModelDescriber/NameConverter.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ModelDescriber\\\\VirtualTypeClassDoesNotExistsHandlerDefinedDescriber\\:\\:describe\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/ModelDescriber/VirtualTypeClassDoesNotExistsHandlerDefinedDescriber.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\NelmioKernel\\:\\:configureContainer\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/NelmioKernel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\NelmioKernel\\:\\:configureRoutes\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/NelmioKernel.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\NelmioKernel\\:\\:\\$routeConfiguration has no type specified\\.$#" + count: 1 + path: tests/Functional/NelmioKernel.php + + - + message: "#^Access to an undefined property object\\:\\:\\$_context\\.$#" + count: 1 + path: tests/Functional/SwaggerPHPApiComplianceTest.php + + - + message: "#^Cannot access property \\$version on OpenApi\\\\Context\\|null\\.$#" + count: 1 + path: tests/Functional/SwaggerPHPApiComplianceTest.php + + - + message: "#^Cannot call method is\\(\\) on OpenApi\\\\Context\\|null\\.$#" + count: 1 + path: tests/Functional/SwaggerPHPApiComplianceTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\SwaggerPHPApiComplianceTest\\:\\:testAllContextsCopyRoot\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/SwaggerPHPApiComplianceTest.php + + - + message: "#^Cannot access offset 'servers' on mixed\\.$#" + count: 4 + path: tests/Functional/SwaggerUiTest.php + + - + message: "#^Cannot access offset 'spec' on mixed\\.$#" + count: 3 + path: tests/Functional/SwaggerUiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\SwaggerUiTest\\:\\:testApiPlatformSwaggerUi\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/SwaggerUiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\SwaggerUiTest\\:\\:testInvalidJsonArea\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/SwaggerUiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\SwaggerUiTest\\:\\:testJsonDocs\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/SwaggerUiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\SwaggerUiTest\\:\\:testRedocly\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/SwaggerUiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\SwaggerUiTest\\:\\:testSwaggerUi\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/SwaggerUiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\SwaggerUiTest\\:\\:testYamlDocs\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/SwaggerUiTest.php + + - + message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#" + count: 1 + path: tests/Functional/SwaggerUiTest.php + + - + message: "#^Cannot access offset 'parameters' on mixed\\.$#" + count: 4 + path: tests/Functional/SymfonyFunctionalTest.php + + - + message: "#^Access to an undefined property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\TestKernel\\:\\:\\$useJMS\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Comparison operation \"\\>\\=\" between 7 and 7 is always true\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\TestKernel\\:\\:configureContainer\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\TestKernel\\:\\:configureRoutes\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\TestKernel\\:\\:registerBundles\\(\\) should return iterable\\ but returns array\\\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\TestKernel\\:\\:serialize\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\TestKernel\\:\\:unserialize\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\TestKernel\\:\\:unserialize\\(\\) has parameter \\$str with no type specified\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Parameter \\#1 \\$flags of method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\TestKernel\\:\\:__construct\\(\\) expects int, mixed given\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\TestKernel\\:\\:\\$flags has no type specified\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 1 + path: tests/Functional/TestKernel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ValidationGroupsFunctionalTest\\:\\:createKernel\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/ValidationGroupsFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ValidationGroupsFunctionalTest\\:\\:testConstraintDefaultGroupsAreRespectedWhenReadingAnnotations\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/ValidationGroupsFunctionalTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\ValidationGroupsFunctionalTest\\:\\:testConstraintGroupsAreRespectedWhenDescribingModels\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/ValidationGroupsFunctionalTest.php + + - + message: "#^Access to an undefined property OpenApi\\\\Annotations\\\\AbstractAnnotation\\:\\:\\$parameters\\.$#" + count: 3 + path: tests/Functional/WebTestCase.php + + - + message: "#^Access to an undefined property OpenApi\\\\Annotations\\\\AbstractAnnotation\\:\\:\\$properties\\.$#" + count: 2 + path: tests/Functional/WebTestCase.php + + - + message: "#^Access to an undefined static property static\\(Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\)\\:\\:\\$container\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Call to an undefined method object\\:\\:generate\\(\\)\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Cannot call method getContainer\\(\\) on Symfony\\\\Component\\\\HttpKernel\\\\KernelInterface\\|null\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#" + count: 3 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:__callStatic\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:__callStatic\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertHasParameter\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertHasParameter\\(\\) has parameter \\$in with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertHasParameter\\(\\) has parameter \\$name with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertHasPath\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertHasPath\\(\\) has parameter \\$path with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertHasProperty\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertHasProperty\\(\\) has parameter \\$property with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertHasResponse\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertHasResponse\\(\\) has parameter \\$responseCode with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertNotHasParameter\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertNotHasParameter\\(\\) has parameter \\$in with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertNotHasParameter\\(\\) has parameter \\$name with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertNotHasPath\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertNotHasPath\\(\\) has parameter \\$path with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertNotHasProperty\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:assertNotHasProperty\\(\\) has parameter \\$property with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:createKernel\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:getModel\\(\\) has parameter \\$name with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:getOpenApiDefinition\\(\\) has parameter \\$area with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:getOperation\\(\\) has parameter \\$method with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:getOperation\\(\\) has parameter \\$path with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:getOperationResponse\\(\\) has parameter \\$response with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:getParameter\\(\\) has parameter \\$in with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:getParameter\\(\\) has parameter \\$name with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:getPath\\(\\) has parameter \\$path with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Functional\\\\WebTestCase\\:\\:getProperty\\(\\) has parameter \\$property with no type specified\\.$#" + count: 1 + path: tests/Functional/WebTestCase.php + + - + message: "#^Class Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\DoesNotExist not found\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:createOpenApi\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:getNameAlternatives\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:provideNameCollisionsTypes\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:testNameAliasingForObjects\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:testNameAliasingForObjects\\(\\) has parameter \\$alternativeNames with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:testNameAliasingForObjects\\(\\) has parameter \\$groups with no type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:testNameAliasingNotAppliedForCollections\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:testNameCollisionsAreLogged\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:testNameCollisionsAreLogged\\(\\) has parameter \\$arrayType with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:testNameCollisionsAreLoggedWithAlternativeNames\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:testUnsupportedTypeException\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:testUnsupportedTypeExceptionWithNonExistentClass\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Model\\\\ModelRegistryTest\\:\\:unsupportedTypesProvider\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Model/ModelRegistryTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\AnnotationReaderTest\\:\\:provideProperty\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\AnnotationReaderTest\\:\\:setContextFromReflection\\(\\) has parameter \\$reflection with no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\AnnotationReaderTest\\:\\:testProperty\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/AnnotationReaderTest\\.php\\:61\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/AnnotationReaderTest\\.php\\:61\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/AnnotationReaderTest\\.php\\:61\\:\\:\\$property2 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/AnnotationReaderTest\\.php\\:61\\:\\:\\$property2 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/AnnotationReaderTest\\.php\\:73\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/AnnotationReaderTest\\.php\\:73\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/AnnotationReaderTest\\.php\\:73\\:\\:\\$property2 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/AnnotationReaderTest\\.php\\:73\\:\\:\\$property2 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/AnnotationReaderTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\Fixture\\\\CompoundStub\\:\\:\\$constraints has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/Fixture/CompoundStub.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\Fixture\\\\CompoundValidationRule\\:\\:getConstraints\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/Fixture/CompoundValidationRule.php + + - + message: "#^Comparison operation \"\\<\" between 7 and 7 is always false\\.$#" + count: 12 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:createObj\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:createObj\\(\\) has parameter \\$props with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideAssertChoiceResultsInNumericArray\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideConstraintsWithGroups\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideCountConstraintDoesNotSetMaxItemsIfMaxIsNotSet\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideCountConstraintDoesNotSetMinItemsIfMinIsNotSet\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideLengthConstraintDoesNotSetMaxLengthIfMaxIsNotSet\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideLengthConstraintDoesNotSetMinLengthIfMinIsNotSet\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideMultipleChoiceConstraintsApplyEnumToItems\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideOptionalProperty\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideRangeConstraintDoesNotSetMaximumIfMaxIsNotSet\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:provideRangeConstraintDoesNotSetMinimumIfMinIsNotSet\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testAssertChoiceResultsInNumericArray\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testCompoundValidationRules\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testCountConstraintDoesNotSetMaxItemsIfMaxIsNotSet\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testCountConstraintDoesNotSetMinItemsIfMinIsNotSet\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testLengthConstraintDoesNotSetMaxLengthIfMaxIsNotSet\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testLengthConstraintDoesNotSetMinLengthIfMinIsNotSet\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testMultipleChoiceConstraintsApplyEnumToItems\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testOptionalProperty\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testRangeConstraintDoesNotSetMaximumIfMaxIsNotSet\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testRangeConstraintDoesNotSetMinimumIfMinIsNotSet\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testReaderWithValidationGroupsEnabledCanReadFromMultipleValidationGroups\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testReaderWithValidationGroupsEnabledCanReadFromMultipleValidationGroups\\(\\) has parameter \\$entity with no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testReaderWithValidationGroupsEnabledChecksForDefaultGroupWhenNoSerializationGroupsArePassed\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testReaderWithValidationGroupsEnabledChecksForDefaultGroupWhenNoSerializationGroupsArePassed\\(\\) has parameter \\$entity with no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testReaderWithValidationGroupsEnabledDoesNotReadAnnotationsWithoutDefaultGroupIfNoGroupsArePassed\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testReaderWithValidationGroupsEnabledDoesNotReadAnnotationsWithoutDefaultGroupIfNoGroupsArePassed\\(\\) has parameter \\$entity with no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testReaderWithValidationGroupsEnabledReadsOnlyConstraintsWithGroupsProvided\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testReaderWithValidationGroupsEnabledReadsOnlyConstraintsWithGroupsProvided\\(\\) has parameter \\$entity with no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\Annotations\\\\SymfonyConstraintAnnotationReaderTest\\:\\:testUpdatePropertyFix1283\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:112\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:112\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:112\\:\\:\\$property2 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:112\\:\\:\\$property2 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:129\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:129\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:129\\:\\:\\$property2 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:129\\:\\:\\$property2 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:167\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:167\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:179\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:179\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:209\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:209\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:218\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:218\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:250\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:250\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:260\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:260\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:292\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:292\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:302\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:302\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:312\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:312\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:319\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:319\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:374\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:374\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:384\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:384\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:416\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:416\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:426\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:426\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:458\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:458\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:45\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:45\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:45\\:\\:\\$property2 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:45\\:\\:\\$property2 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:468\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:468\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:500\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:500\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:510\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:510\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:59\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:59\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:59\\:\\:\\$property2 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:59\\:\\:\\$property2 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:618\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:618\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:629\\:\\:\\$property1 has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Property class@anonymous/tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest\\.php\\:629\\:\\:\\$property1 is unused\\.$#" + count: 1 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Result of && is always false\\.$#" + count: 12 + path: tests/ModelDescriber/Annotations/SymfonyConstraintAnnotationReaderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\ApplyOpenApiDiscriminatorTraitTest\\:\\:testApplyAddsDiscriminatorProperty\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/ApplyOpenApiDiscriminatorTraitTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\ApplyOpenApiDiscriminatorTraitTest\\:\\:testApplyAddsOneOfFieldToSchema\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/ApplyOpenApiDiscriminatorTraitTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\ApplyOpenApiDiscriminatorTraitTest\\:\\:\\$model has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/ApplyOpenApiDiscriminatorTraitTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\ApplyOpenApiDiscriminatorTraitTest\\:\\:\\$schema has no type specified\\.$#" + count: 1 + path: tests/ModelDescriber/ApplyOpenApiDiscriminatorTraitTest.php + + - + message: "#^Property OpenApi\\\\Annotations\\\\Schema\\:\\:\\$description \\(string\\) does not accept string\\|null\\.$#" + count: 1 + path: tests/ModelDescriber/Fixtures/SelfDescribingModel.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\FormModelDescriberTest\\:\\:provideCsrfProtectionOptions\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/ModelDescriber/FormModelDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\SelfDescribingModelDescriberTest\\:\\:testDescribe\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/SelfDescribingModelDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\SelfDescribingModelDescriberTest\\:\\:testDoesNotSupport\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/SelfDescribingModelDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\ModelDescriber\\\\SelfDescribingModelDescriberTest\\:\\:testSupports\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/ModelDescriber/SelfDescribingModelDescriberTest.php + + - + message: "#^Cannot call method __invoke\\(\\) on array\\\\|\\(callable\\)\\|null\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:provideAsset\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:provideCss\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:provideCss\\(\\) has parameter \\$cdnDir with no type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:provideCss\\(\\) has parameter \\$resourceDir with no type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:provideImage\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:provideImage\\(\\) has parameter \\$cdnDir with no type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:provideJs\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:provideJs\\(\\) has parameter \\$cdnDir with no type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:provideJs\\(\\) has parameter \\$resourceDir with no type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:test\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:test\\(\\) has parameter \\$asset with no type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:test\\(\\) has parameter \\$expectedContent with no type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\Html\\\\GetNelmioAssetTest\\:\\:test\\(\\) has parameter \\$mode with no type specified\\.$#" + count: 1 + path: tests/Render/Html/GetNelmioAssetTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\RenderOpenApiTest\\:\\:renderOpenApi\\(\\) has parameter \\$openApiRenderer with no type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\RenderOpenApiTest\\:\\:testNullFormat\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\RenderOpenApiTest\\:\\:testRender\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\RenderOpenApiTest\\:\\:testUnknownArea\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\RenderOpenApiTest\\:\\:testUnknownFormat\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Method class@anonymous/tests/Render/RenderOpenApiTest\\.php\\:65\\:\\:__construct\\(\\) has parameter \\$spec with no type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Method class@anonymous/tests/Render/RenderOpenApiTest\\.php\\:65\\:\\:generate\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\RenderOpenApiTest\\:\\:\\$area has no type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\RenderOpenApiTest\\:\\:\\$format has no type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\Render\\\\RenderOpenApiTest\\:\\:\\$hasArea has no type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Property class@anonymous/tests/Render/RenderOpenApiTest\\.php\\:65\\:\\:\\$spec has no type specified\\.$#" + count: 1 + path: tests/Render/RenderOpenApiTest.php + + - + message: "#^Comparison operation \"\\>\\=\" between 7 and 7 is always true\\.$#" + count: 1 + path: tests/RouteDescriber/FosRestDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\RouteDescriber\\\\FosRestDescriberTest\\:\\:testQueryParamWithChoiceConstraintIsAddedAsEnum\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/RouteDescriber/FosRestDescriberTest.php + + - + message: "#^Unreachable statement \\- code above always terminates\\.$#" + count: 1 + path: tests/RouteDescriber/FosRestDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\RouteDescriber\\\\RouteMetadataDescriberTest\\:\\:provideEnumPattern\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/RouteDescriber/RouteMetadataDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\RouteDescriber\\\\RouteMetadataDescriberTest\\:\\:provideInvalidEnumPattern\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/RouteDescriber/RouteMetadataDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\RouteDescriber\\\\RouteMetadataDescriberTest\\:\\:testNonEnumPatterns\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/RouteDescriber/RouteMetadataDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\RouteDescriber\\\\RouteMetadataDescriberTest\\:\\:testNonEnumPatterns\\(\\) has parameter \\$pattern with no type specified\\.$#" + count: 1 + path: tests/RouteDescriber/RouteMetadataDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\RouteDescriber\\\\RouteMetadataDescriberTest\\:\\:testRouteRequirementsWithPattern\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/RouteDescriber/RouteMetadataDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\RouteDescriber\\\\RouteMetadataDescriberTest\\:\\:testSimpleOrRequirementsAreHandledAsEnums\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/RouteDescriber/RouteMetadataDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\RouteDescriber\\\\RouteMetadataDescriberTest\\:\\:testSimpleOrRequirementsAreHandledAsEnums\\(\\) has parameter \\$req with no type specified\\.$#" + count: 1 + path: tests/RouteDescriber/RouteMetadataDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\RouteDescriber\\\\RouteMetadataDescriberTest\\:\\:testUndefinedCheck\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/RouteDescriber/RouteMetadataDescriberTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:getInvalidOptions\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:getMatchingRoutes\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:getMatchingRoutesWithAnnotation\\(\\) return type has no value type specified in iterable type iterable\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:getNonMatchingRoutes\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:getRoutes\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:getRoutesWithDisabledDefaultRoutes\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testFilter\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testFilterWithDeprecatedArgument\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testFilterWithInvalidOption\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testFilterWithInvalidOption\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testMatchingRoutes\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testMatchingRoutes\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testMatchingRoutesWithAnnotation\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testMatchingRoutesWithAnnotation\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testNonMatchingRoutes\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\Routing\\\\FilteredRouteCollectionBuilderTest\\:\\:testNonMatchingRoutes\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/Routing/FilteredRouteCollectionBuilderTest.php + + - + message: "#^Access to an undefined property OpenApi\\\\Annotations\\\\OpenApi\\:\\:\\$foobars\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Access to an undefined property OpenApi\\\\Context\\:\\:\\$testing\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Access to an undefined property object\\:\\:\\$components\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Cannot access property \\$nested on OpenApi\\\\Context\\|null\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Cannot call method is\\(\\) on OpenApi\\\\Context\\|null\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:assertContextIsConnectedToRootContext\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:assertIsConnectedToRootContext\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:assertIsNested\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:createObj\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:createObj\\(\\) has parameter \\$props with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:getNonDefaultProperties\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:getNonDefaultProperties\\(\\) has parameter \\$object with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:getSetupPropertiesWithoutClass\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:getSetupPropertiesWithoutClass\\(\\) has parameter \\$setup with no value type specified in iterable type array\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:provideChildData\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:provideIndexedCollectionData\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:provideMergeData\\(\\) return type has no value type specified in iterable type array\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testCreateChild\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testCreateChildHasContext\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testCreateChildHasNestedContext\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testCreateChildWithEmptyProperties\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testCreateChildWithProperties\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testCreateCollectionItemAddsCreatedItemToCollection\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testCreateCollectionItemDoesNotAddToUnknownProperty\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testCreateContextSetsParentContext\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testCreateContextWithProperties\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetChild\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetChild\\(\\) has parameter \\$asserts with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetChild\\(\\) has parameter \\$setup with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetIndexedCollectionItem\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetIndexedCollectionItem\\(\\) has parameter \\$asserts with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetIndexedCollectionItem\\(\\) has parameter \\$setup with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetOperationCreatesWithPath\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetOperationParameterCreatesWithNameAndIn\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetOperationParameterReturnsExisting\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testGetOperationReturnsExisting\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testMerge\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testMerge\\(\\) has parameter \\$assert with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testMerge\\(\\) has parameter \\$merge with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testMerge\\(\\) has parameter \\$setup with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testMergeWithEmptyArray\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testSearchCollectionItem\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testSearchIndexedCollectionItem\\(\\) has no return type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testSearchIndexedCollectionItem\\(\\) has parameter \\$asserts with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:testSearchIndexedCollectionItem\\(\\) has parameter \\$setup with no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int\\)\\: bool\\)\\|null, Closure\\(mixed, mixed\\)\\: void given\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Parameter \\#1 \\$class of function get_class_vars expects string, class\\-string\\|false given\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Parameter \\#1 \\$context of method Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:assertContextIsConnectedToRootContext\\(\\) expects OpenApi\\\\Context, OpenApi\\\\Context\\|null given\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Parameter \\#1 \\$parent of static method Nelmio\\\\ApiDocBundle\\\\OpenApiPhp\\\\Util\\:\\:getChild\\(\\) expects OpenApi\\\\Annotations\\\\AbstractAnnotation, object given\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Property Nelmio\\\\ApiDocBundle\\\\Tests\\\\SwaggerPhp\\\\UtilTest\\:\\:\\$rootContext has no type specified\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Property OpenApi\\\\Annotations\\\\OpenApi\\:\\:\\$components \\(OpenApi\\\\Annotations\\\\Components\\) does not accept OpenApi\\\\Annotations\\\\AbstractAnnotation\\.$#" + count: 1 + path: tests/SwaggerPhp/UtilTest.php + + - + message: "#^Parameter \\#1 \\$object of function get_class expects object, ReflectionMethod\\|null given\\.$#" + count: 2 + path: tests/Util/ControllerReflectorTest.php diff --git a/tests/Functional/Controller/Controller2209.php b/tests/Functional/Controller/Controller2209.php index 58e7d7b01..624d2e1f6 100644 --- a/tests/Functional/Controller/Controller2209.php +++ b/tests/Functional/Controller/Controller2209.php @@ -7,7 +7,6 @@ use Nelmio\ApiDocBundle\Annotation\Model; use Nelmio\ApiDocBundle\Tests\Functional\Entity\Article81; use OpenApi\Attributes as OA; -use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpKernel\Attribute\MapRequestPayload; use Symfony\Component\Routing\Annotation\Route; @@ -19,7 +18,7 @@ class Controller2209 ref: new Model(type: Article81::class), )), )] - public function __invoke(#[MapRequestPayload] Article81 $requestDTO): JsonResponse + public function __invoke(#[MapRequestPayload] Article81 $requestDTO): void { } }