@@ -99,7 +99,6 @@ |
||
99 | 99 | /** |
100 | 100 | * Get totals. |
101 | 101 | * |
102 | - * @param string|null $locale |
|
103 | 102 | * |
104 | 103 | * @return \Illuminate\Support\Collection |
105 | 104 | */ |
@@ -1,9 +1,9 @@ |
||
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 |
@@ -243,7 +243,6 @@ discard block |
||
243 | 243 | /** |
244 | 244 | * Delete the log. |
245 | 245 | * |
246 | - * @param string $date |
|
247 | 246 | * |
248 | 247 | * @return bool |
249 | 248 | * |
@@ -310,8 +309,8 @@ discard block |
||
310 | 309 | /** |
311 | 310 | * Get the log file path. |
312 | 311 | * |
313 | - * @param string $date |
|
314 | 312 | * |
313 | + * @param string $path |
|
315 | 314 | * @return string |
316 | 315 | * |
317 | 316 | * @throws \Arcanedev\LogViewer\Exceptions\FilesystemException |