Completed
Pull Request — master (#283)
by ARCANEDEV
12:06
created
src/Tables/StatsTable.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,6 @@
 block discarded – undo
99 99
     /**
100 100
      * Get totals.
101 101
      *
102
-     * @param  string|null  $locale
103 102
      *
104 103
      * @return \Illuminate\Support\Collection
105 104
      */
Please login to merge, or discard this patch.
src/LogViewer.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php namespace Arcanedev\LogViewer;
2 2
 
3
-use Arcanedev\LogViewer\Contracts\Utilities\Filesystem as FilesystemContract;
3
+use Arcanedev\LogViewer\Contracts\LogViewer as LogViewerContract;
4 4
 use Arcanedev\LogViewer\Contracts\Utilities\Factory as FactoryContract;
5
+use Arcanedev\LogViewer\Contracts\Utilities\Filesystem as FilesystemContract;
5 6
 use Arcanedev\LogViewer\Contracts\Utilities\LogLevels as LogLevelsContract;
6
-use Arcanedev\LogViewer\Contracts\LogViewer as LogViewerContract;
7 7
 
8 8
 /**
9 9
  * Class     LogViewer
Please login to merge, or discard this patch.