Completed
Pull Request — master (#179)
by Jaap
10:08
created
src/DocBlock/StandardTagFactory.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,6 +137,7 @@  discard block
 block discarded – undo
137 137
 
138 138
     /**
139 139
      * {@inheritDoc}
140
+     * @param TypeContext $context
140 141
      */
141 142
     public function create(string $tagLine, ?TypeContext $context = null) : ?Tag
142 143
     {
@@ -257,7 +258,7 @@  discard block
 block discarded – undo
257 258
      * @param ReflectionParameter[] $parameters
258 259
      * @param mixed[]               $locator
259 260
      *
260
-     * @return mixed[] A series of values that can be passed to the Factory Method of the tag whose parameters
261
+     * @return callable A series of values that can be passed to the Factory Method of the tag whose parameters
261 262
      *     is provided with this method.
262 263
      */
263 264
     private function getArgumentsForParametersFromWiring(array $parameters, array $locator) : array
Please login to merge, or discard this patch.
src/DocBlockFactory.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -74,6 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
      * @param object|string $docblock A string containing the DocBlock to parse or an object supporting the
76 76
      *                                getDocComment method (such as a ReflectionClass object).
77
+     * @param Types\Context $context
77 78
      */
78 79
     public function create($docblock, ?Types\Context $context = null, ?Location $location = null) : DocBlock
79 80
     {
Please login to merge, or discard this patch.