Completed
Pull Request — master (#109)
by Alexander
22:56
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.