Completed
Pull Request — master (#206)
by Jaap
07:05
created
src/DocBlock/Tags/Throws.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -81,6 +81,11 @@
 block discarded – undo
81 81
         $this->description = $description;
82 82
     }
83 83
 
84
+    /**
85
+     * @param TypeResolver $typeResolver
86
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
87
+     * @param TypeContext $context
88
+     */
84 89
     public static function create(
85 90
         string $body,
86 91
         ?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
@@ -52,6 +52,11 @@
 block discarded – undo
52 52
         $this->description  = $description;
53 53
     }
54 54
 
55
+    /**
56
+     * @param TypeResolver $typeResolver
57
+     * @param \Mockery\LegacyMockInterface $descriptionFactory
58
+     * @param TypeContext $context
59
+     */
55 60
     public static function create(
56 61
         string $body,
57 62
         ?TypeResolver $typeResolver = null,
Please login to merge, or discard this patch.