@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace ApiPlatform\Core\Swagger\Serializer; |
15 | 15 | |
@@ -358,7 +358,7 @@ discard block |
||
358 | 358 | } |
359 | 359 | |
360 | 360 | if (!isset($definitions[$definitionKey])) { |
361 | - $definitions[$definitionKey] = []; // Initialize first to prevent infinite loop |
|
361 | + $definitions[$definitionKey] = []; // Initialize first to prevent infinite loop |
|
362 | 362 | $definitions[$definitionKey] = $this->getDefinitionSchema($resourceClass, $resourceMetadata, $definitions, $serializerContext); |
363 | 363 | } |
364 | 364 |