Completed
Push — master ( 64812a...ac0b2b )
by Nate
03:03
created
src/PhpType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
      *
199 199
      * @return string
200 200
      */
201
-    public function getClass(): ?string
201
+    public function getClass(): ? string
202 202
     {
203 203
         return $this->class;
204 204
     }
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
     {
325 325
         return [] === $this->options
326 326
             ? $this->fullType
327
-            : $this->fullType.serialize($this->options);
327
+            : $this->fullType . serialize($this->options);
328 328
     }
329 329
 
330 330
     /**
Please login to merge, or discard this patch.