@@ -57,7 +57,7 @@ |
||
57 | 57 | public function __toString() |
58 | 58 | { |
59 | 59 | return $this->isNullable && $this->typeName !== null |
60 | - ? '?' . $this->typeName |
|
60 | + ? '?'.$this->typeName |
|
61 | 61 | : (string)$this->typeName; |
62 | 62 | } |
63 | 63 | } |