Completed
Branch master (736450)
by Flo
06:17 queued 03:16
created
src/Controller/Dispatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
     /**
286 286
      * Save route params into cache
287 287
      *
288
-     * @param $uri
288
+     * @param string $uri
289 289
      * @param $target
290 290
      *
291 291
      * @return boolean
Please login to merge, or discard this patch.
src/View/GenericViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
     /**
159 159
      * Get form error by input field
160 160
      * @param $field
161
-     * @return bool|string
161
+     * @return string|false
162 162
      */
163 163
     public function getFormError($field)
164 164
     {
Please login to merge, or discard this patch.
src/View/ViewController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     /**
108 108
      * Get a single variable
109 109
      * @param $key
110
-     * @return boolean|string|array
110
+     * @return string
111 111
      */
112 112
     public function getVariable(string $key)
113 113
     {
Please login to merge, or discard this patch.