Completed
Pull Request — master (#579)
by
unknown
09:37
created
src/Tools/Traits/ParamHelpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      *
78 78
      * @param string $type
79 79
      *
80
-     * @return mixed|string
80
+     * @return string
81 81
      */
82 82
     protected function normalizeParameterType(string $type)
83 83
     {
Please login to merge, or discard this patch.
src/Strategies/Responses/UseTransformerTags.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * Get a response from the transformer tags.
45 45
      *
46
-     * @param array $tags
46
+     * @param Tag[] $tags
47 47
      *
48 48
      * @return array|null
49 49
      */
Please login to merge, or discard this patch.
src/Tools/Generator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * @param Route $route
26 26
      *
27
-     * @return mixed
27
+     * @return string
28 28
      */
29 29
     public function getUri(Route $route)
30 30
     {
Please login to merge, or discard this patch.