@@ -356,7 +356,7 @@ |
||
| 356 | 356 | } |
| 357 | 357 | |
| 358 | 358 | if (!isset($definitions[$definitionKey])) { |
| 359 | - $definitions[$definitionKey] = []; // Initialize first to prevent infinite loop |
|
| 359 | + $definitions[$definitionKey] = []; // Initialize first to prevent infinite loop |
|
| 360 | 360 | $definitions[$definitionKey] = $this->getDefinitionSchema($resourceClass, $resourceMetadata, $definitions, $serializerContext); |
| 361 | 361 | } |
| 362 | 362 | |