Completed
Push — master ( f8548b...a65d3f )
by ARCANEDEV
01:42
created
src/LogViewer.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
 
5 5
 namespace Arcanedev\LogViewer;
6 6
 
7
-use Arcanedev\LogViewer\Contracts\Utilities\Filesystem as FilesystemContract;
7
+use Arcanedev\LogViewer\Contracts\LogViewer as LogViewerContract;
8 8
 use Arcanedev\LogViewer\Contracts\Utilities\Factory as FactoryContract;
9
+use Arcanedev\LogViewer\Contracts\Utilities\Filesystem as FilesystemContract;
9 10
 use Arcanedev\LogViewer\Contracts\Utilities\LogLevels as LogLevelsContract;
10
-use Arcanedev\LogViewer\Contracts\LogViewer as LogViewerContract;
11 11
 
12 12
 /**
13 13
  * Class     LogViewer
Please login to merge, or discard this patch.
src/Providers/RouteServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
      * Get config value by key
63 63
      *
64 64
      * @param  string      $key
65
-     * @param  mixed|null  $default
65
+     * @param  boolean  $default
66 66
      *
67 67
      * @return mixed
68 68
      */
Please login to merge, or discard this patch.