Completed
Push — master ( 46671d...c7ced1 )
by
unknown
02:52
created
src/Entities/RouteInfo.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -237,6 +237,10 @@
 block discarded – undo
237 237
         return $this->route->$methodName();
238 238
     }
239 239
 
240
+    /**
241
+     * @param string $type
242
+     * @param string $text
243
+     */
240 244
     protected function setError($type, $text, $params = [])
241 245
     {
242 246
         $this->errors[$type] = trans($text, $params);
Please login to merge, or discard this patch.