Completed
Push — master ( 02a711...d87a08 )
by Chris
02:47
created
src/Type.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     /**
13 13
      * Nullable types are either explicitly ?type (PHP>=7.1) or with a default value of null
14 14
      */
15
-    const NULLABLE  = 0x02;
15
+    const NULLABLE = 0x02;
16 16
 
17 17
     /**
18 18
      * Reference types must always match
Please login to merge, or discard this patch.