Completed
Push — master ( e3324e...f8d350 )
by Jaap
10:07 queued 10s
created
src/DocBlock/Tags/See.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
         $this->description = $description;
48 48
     }
49 49
 
50
+    /**
51
+     * @param TypeContext $context
52
+     */
50 53
     public static function create(
51 54
         string $body,
52 55
         ?FqsenResolver $typeResolver = null,
Please login to merge, or discard this patch.