Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/src/Swagger/SwaggerJson.php:1101$this->swagger['paths'][$path][$method] = ['tags' => [$tag], 'summary' => $mapping->summary ?? '''description' => $mapping->description ?? '''operationId' => implode(''array_map('ucfirst'explode('/'$path))) . $mapping->methods[0], 'parameters' => $this->makeParameters($params$path$method), 'produces' => ["application/json",  ], 'responses' => $this->makeResponses($responses$path$method),  ]