Completed
Push — master ( 4d3c05...544753 )
by wen
07:07
created
src/Http/Controllers/Auth/LoginController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      *
101 101
      * @param  Request $request
102 102
      *
103
-     * @return \Illuminate\Http\Response
103
+     * @return \Illuminate\Http\RedirectResponse
104 104
      */
105 105
     public function logout(Request $request)
106 106
     {
Please login to merge, or discard this patch.
src/Console/InstallCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -94,6 +94,9 @@
 block discarded – undo
94 94
         }
95 95
     }
96 96
 
97
+    /**
98
+     * @param string $command
99
+     */
97 100
     private function executeCommand($command)
98 101
     {
99 102
         $process = new Process($command);
Please login to merge, or discard this patch.