Completed
Push — master ( 6ec4d9...ac2e8f )
by
unknown
02:53
created
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.
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.