Completed
Pull Request — master (#116)
by Johan
04:00
created
app/Containers/Debugger/Objects/RequestsLogger.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App;
6 6
 use Config;
7
-use DB;
8
-use Log;
9 7
 use Monolog\Formatter\LineFormatter;
10 8
 use Monolog\Handler\StreamHandler;
11 9
 use Monolog\Logger;
Please login to merge, or discard this patch.
app/Containers/Authentication/UI/WEB/Controllers/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /**
60 60
      * @param \App\Containers\Authentication\Actions\WebLogoutAction $action
61 61
      *
62
-     * @return  \Illuminate\Contracts\View\Factory|\Illuminate\View\View
62
+     * @return  \Illuminate\Http\RedirectResponse
63 63
      */
64 64
     public function logoutAdmin(WebLogoutAction $action)
65 65
     {
Please login to merge, or discard this patch.
app/Containers/Welcome/UI/WEB/Tests/Acceptance/WelcomeTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
     public function testDisplayWelcomeView()
18 18
     {
19 19
 
20
-       $this->visit($this->page)
21
-           ->see('Hello API');
20
+        $this->visit($this->page)
21
+            ->see('Hello API');
22 22
 
23 23
     }
24 24
 
Please login to merge, or discard this patch.