Completed
Push — master ( f1462e...556a60 )
by Nikola
09:28 queued 07:57
created
src/RunOpenCode/AbstractBuilder/Ast/Metadata/ParameterMetadata.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      * @param string $type
51 51
      * @param bool $byRef
52 52
      * @param bool $variadic
53
-     * @param mixed $default
53
+     * @param null|\PhpParser\Node\Expr $default
54 54
      */
55 55
     public function __construct($name, $type = null, $byRef = false, $variadic = false, $default = null)
56 56
     {
Please login to merge, or discard this patch.