@@ -68,7 +68,7 @@ |
||
| 68 | 68 | } |
| 69 | 69 | $this->definitionVisited[$key] = true; |
| 70 | 70 | |
| 71 | - $type = $endpoint->hasType($definition->getType()) ? $endpoint->getType($definition->getType()): null; |
|
| 71 | + $type = $endpoint->hasType($definition->getType()) ? $endpoint->getType($definition->getType()) : null; |
|
| 72 | 72 | |
| 73 | 73 | if (($roles = $definition->getRoles()) && !$this->authorizationChecker->isGranted($roles)) { |
| 74 | 74 | if ($parent) { |