Completed
Push — master ( ce73d9...ed5962 )
by Nikola
03:35
created
src/RunOpenCode/AbstractBuilder/Ast/ParameterMetadata.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * @param string $type
39 39
      * @param bool $byRef
40 40
      * @param bool $variadic
41
-     * @param mixed $default
41
+     * @param null|\PhpParser\Node\Expr $default
42 42
      */
43 43
     public function __construct($name, $type, $byRef, $variadic, $default)
44 44
     {
Please login to merge, or discard this patch.