Completed
Push — master ( dca610...02a711 )
by Chris
03:06
created
src/ReturnType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.