Completed
Push — master ( 1070e6...50e77a )
by Mike
08:53
created
src/DocBlock/StandardTagFactory.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,6 +138,7 @@  discard block
 block discarded – undo
138 138
 
139 139
     /**
140 140
      * {@inheritDoc}
141
+     * @param TypeContext $context
141 142
      */
142 143
     public function create(string $tagLine, ?TypeContext $context = null) : Tag
143 144
     {
@@ -258,7 +259,7 @@  discard block
 block discarded – undo
258 259
      * @param ReflectionParameter[] $parameters
259 260
      * @param mixed[]               $locator
260 261
      *
261
-     * @return mixed[] A series of values that can be passed to the Factory Method of the tag whose parameters
262
+     * @return callable A series of values that can be passed to the Factory Method of the tag whose parameters
262 263
      *     is provided with this method.
263 264
      */
264 265
     private function getArgumentsForParametersFromWiring(array $parameters, array $locator) : array
Please login to merge, or discard this patch.