Completed
Pull Request — master (#201)
by
unknown
13:42 queued 03:30
created
src/DocBlock/Tags/Throws.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -32,6 +32,11 @@
 block discarded – undo
32 32
         $this->description = $description;
33 33
     }
34 34
 
35
+    /**
36
+     * @param TypeResolver $typeResolver
37
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
38
+     * @param TypeContext $context
39
+     */
35 40
     public static function create(
36 41
         string $body,
37 42
         ?TypeResolver $typeResolver = null,
Please login to merge, or discard this patch.
src/DocBlock/Tags/Var_.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -46,6 +46,11 @@
 block discarded – undo
46 46
         $this->description  = $description;
47 47
     }
48 48
 
49
+    /**
50
+     * @param TypeResolver $typeResolver
51
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
52
+     * @param TypeContext $context
53
+     */
49 54
     public static function create(
50 55
         string $body,
51 56
         ?TypeResolver $typeResolver = null,
Please login to merge, or discard this patch.