Completed
Push — master ( f3ab30...699b11 )
by Jaap
13s queued 11s
created
src/DocBlock/Tags/Param.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -56,6 +56,11 @@
 block discarded – undo
56 56
         $this->isReference  = $isReference;
57 57
     }
58 58
 
59
+    /**
60
+     * @param TypeResolver $typeResolver
61
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
62
+     * @param TypeContext $context
63
+     */
59 64
     public static function create(
60 65
         string $body,
61 66
         ?TypeResolver $typeResolver = null,
Please login to merge, or discard this patch.