Completed
Pull Request — master (#145)
by
unknown
02:35
created
src/controllers/LogViewerController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@
 block discarded – undo
51 51
         return app('redirect')->to($to);
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $data
56
+     */
54 57
     private function download($data)
55 58
     {
56 59
         if (function_exists('response')) {
Please login to merge, or discard this patch.
src/Rap2hpoutre/LaravelLogViewer/LaravelLogViewer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,6 @@
 block discarded – undo
160 160
     }
161 161
 
162 162
     /**
163
-     * @param bool $basename
164 163
      * @return array
165 164
      */
166 165
     public static function getFiles()
Please login to merge, or discard this patch.