Completed
Push — master ( e4b46e...93c80e )
by
unknown
02:06
created
src/Entities/RouteInfo.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -239,6 +239,10 @@
 block discarded – undo
239 239
         return $this->route->uri();
240 240
     }
241 241
 
242
+    /**
243
+     * @param string $type
244
+     * @param string $text
245
+     */
242 246
     protected function setError($type, $text, $params = [])
243 247
     {
244 248
         $this->errors[$type] = trans($text, $params);
Please login to merge, or discard this patch.
src/Http/Controllers/RequestController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     }
33 33
 
34 34
     /**
35
-     * @return mixed
35
+     * @return \Symfony\Component\HttpFoundation\Response
36 36
      */
37 37
     public function index()
38 38
     {
Please login to merge, or discard this patch.