Completed
Pull Request — master (#259)
by Lars
08:42
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.