Deprecated: Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Finder.php on line 599 Deprecated: Return type of Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Finder.php on line 670 Deprecated: Return type of Symfony\Component\Finder\Iterator\SortableIterator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/SortableIterator.php on line 83 Deprecated: Return type of Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php on line 42 Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 81 Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 109 Deprecated: Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 61 Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 55 Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 71 Deprecated: Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 76 Deprecated: Return type of Symfony\Component\Finder\Iterator\FilenameFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/FilenameFilterIterator.php on line 28 Deprecated: Return type of Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/symfony/finder/Iterator/PathFilterIterator.php on line 27 Warning: Trying to access array offset on value of type bool in /var/app/current/vendor/zircote/swagger-php/src/StaticAnalyser.php on line 278 Warning: Trying to access array offset on value of type bool in /var/app/current/vendor/zircote/swagger-php/src/StaticAnalyser.php on line 281 Warning: Trying to access array offset on value of type bool in /var/app/current/vendor/zircote/swagger-php/src/StaticAnalyser.php on line 278 Warning: Trying to access array offset on value of type bool in /var/app/current/vendor/zircote/swagger-php/src/StaticAnalyser.php on line 281 Deprecated: Return type of Swagger\Annotations\AbstractAnnotation::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/app/current/vendor/zircote/swagger-php/src/Annotations/AbstractAnnotation.php on line 242 Warning: Trying to access array offset on value of type null in /var/app/current/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php on line 1002 Warning: Trying to access array offset on value of type bool in /var/app/current/vendor/zircote/swagger-php/src/StaticAnalyser.php on line 278 Warning: Trying to access array offset on value of type bool in /var/app/current/vendor/zircote/swagger-php/src/StaticAnalyser.php on line 281 Notice: $ref "#/definitions/Pet" not found for @SWG\Items() in ./rest/rest-core/routes.php on line 13 in /var/app/current/vendor/zircote/swagger-php/src/Logger.php on line 38 Warning: Cannot modify header information - headers already sent by (output started at /var/app/current/vendor/symfony/finder/Iterator/PathFilterIterator.php:0) in /var/app/current/index.php on line 19 { "swagger": "2.0", "info": { "title": "Vemsa cloud REST API documentation", "version": "0.0.1" }, "paths": { "/vuelos/listaVuelosIdaVuelta": { "post": { "tags": [ "Amadeus (Vuelos)" ], "summary": "Busqueda de vuelos ida y vuelta", "description": "Busqueda de vuelos ida y vuelta", "operationId": "findPetsByTags", "consumes": [ "application/json" ], "produces": [ "application/json" ], "parameters": [ { "name": "salida", "in": "query", "description": "Codigo IATA del aeropuerto de salida", "required": true, "type": "string", "items": { "type": "string" } }, { "name": "destino", "in": "query", "description": "Codigo IATA del aeropuerto de destino", "required": true, "type": "string", "items": { "type": "string" } }, { "name": "fechaSalida", "in": "query", "description": "Fecha de salida en formato YYYY-MM-DD", "required": true, "type": "string", "items": { "type": "string" } }, { "name": "fechaLlegada", "in": "query", "description": "Fecha de llegada en formato YYYY-MM-DD", "required": true, "type": "string", "items": { "type": "string" } }, { "name": "adultos", "in": "query", "description": "Cantidad de adultos", "required": true, "type": "integer", "items": { "type": "string" } }, { "name": "ninos", "in": "query", "description": "Cantidad de ni\u00f1os mayores a 3 a\u00f1os", "required": true, "type": "integer", "items": { "type": "string" } }, { "name": "bebeAsiento", "in": "query", "description": "Cantidad de ni\u00f1os menores a 3 a\u00f1os con asiento propio", "required": true, "type": "integer", "items": { "type": "string" } }, { "name": "bebeBrazos", "in": "query", "description": "Cantidad de ni\u00f1os menores a 3 a\u00f1os sin asiento propio", "required": true, "type": "integer", "items": { "type": "string" } }, { "name": "clase", "in": "query", "description": "Clase de vuelo (ejecutiva, primera-clase, economica)", "required": true, "type": "string", "items": { "type": "string" } } ], "responses": { "200": { "description": "successful operation", "schema": { "type": "array", "items": { "$ref": "#/definitions/Pet" } } }, "400": { "description": "Invalid tag value" } }, "security": [ { "petstore_auth": [ "write:pets", "read:pets" ] } ] } } }, "definitions": {} }