Completed
Push — master ( 5a86e8...bb2d28 )
by Nate
03:17
created
src/PhpType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      *
29 29
      * @return string
30 30
      */
31
-    public function getType(): ?string;
31
+    public function getType(): ? string;
32 32
 
33 33
     /**
34 34
      * Returns true if the type matches the class, parent, full type, or one of the interfaces
Please login to merge, or discard this patch.