@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | public function __toString(): string |
| 99 | 99 | { |
| 100 | 100 | try { |
| 101 | - $parent = (string)$this->getDefinition(); |
|
| 101 | + $parent = (string) $this->getDefinition(); |
|
| 102 | 102 | } catch (\Throwable $e) { |
| 103 | 103 | $parent = '?<?>'; |
| 104 | 104 | } |
@@ -108,7 +108,7 @@ discard block |
||
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | if ($this->isList()) { |
| 111 | - $parent = '[' . $parent . ']'; |
|
| 111 | + $parent = '['.$parent.']'; |
|
| 112 | 112 | } |
| 113 | 113 | |
| 114 | 114 | if ($this->isListOfNonNulls()) { |