@@ -340,7 +340,7 @@ |
||
| 340 | 340 | } |
| 341 | 341 | |
| 342 | 342 | if (!isset($this->definitions[$definitionKey])) { |
| 343 | - $this->definitions[$definitionKey] = []; // Initialize to prevent infinite loops |
|
| 343 | + $this->definitions[$definitionKey] = []; // Initialize to prevent infinite loops |
|
| 344 | 344 | $this->definitions[$definitionKey] = $this->getDefinitionSchema($resourceClass, $resourceMetadata, $serializerContext); |
| 345 | 345 | } |
| 346 | 346 | |