Completed
Push — master ( 34dc16...e33ec9 )
by Alexander
02:16 queued 10s
created
src/ReflectionType.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -39,6 +39,8 @@
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * Initializes reflection data
42
+     * @param null|boolean $allowsNull
43
+     * @param boolean $isBuiltin
42 44
      */
43 45
     public function __construct($type, $allowsNull, $isBuiltin)
44 46
     {
Please login to merge, or discard this patch.