Completed
Push — develop ( 8dee05 )
by Dmytro
20:08
created
core/vendor/illuminate/view/Engines/PhpEngine.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Illuminate\View\Engines;
4 4
 
5 5
 use Exception;
6
-use Throwable;
7 6
 use Illuminate\Contracts\View\Engine;
8 7
 use Symfony\Component\Debug\Exception\FatalThrowableError;
8
+use Throwable;
9 9
 
10 10
 class PhpEngine implements Engine
11 11
 {
Please login to merge, or discard this patch.
core/vendor/illuminate/view/Factory.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace Illuminate\View;
4 4
 
5
-use Illuminate\Support\Arr;
6
-use Illuminate\Support\Str;
7
-use InvalidArgumentException;
5
+use Illuminate\Contracts\Container\Container;
8 6
 use Illuminate\Contracts\Events\Dispatcher;
9 7
 use Illuminate\Contracts\Support\Arrayable;
10
-use Illuminate\View\Engines\EngineResolver;
11
-use Illuminate\Contracts\Container\Container;
12 8
 use Illuminate\Contracts\View\Factory as FactoryContract;
9
+use Illuminate\Support\Arr;
10
+use Illuminate\Support\Str;
11
+use Illuminate\View\Engines\EngineResolver;
12
+use InvalidArgumentException;
13 13
 
14 14
 class Factory implements FactoryContract
15 15
 {
Please login to merge, or discard this patch.
core/vendor/illuminate/view/FileViewFinder.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Illuminate\View;
4 4
 
5
-use InvalidArgumentException;
6 5
 use Illuminate\Filesystem\Filesystem;
6
+use InvalidArgumentException;
7 7
 
8 8
 class FileViewFinder implements ViewFinderInterface
9 9
 {
Please login to merge, or discard this patch.
core/vendor/illuminate/view/Middleware/ShareErrorsFromSession.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Illuminate\View\Middleware;
4 4
 
5 5
 use Closure;
6
-use Illuminate\Support\ViewErrorBag;
7 6
 use Illuminate\Contracts\View\Factory as ViewFactory;
7
+use Illuminate\Support\ViewErrorBag;
8 8
 
9 9
 class ShareErrorsFromSession
10 10
 {
Please login to merge, or discard this patch.
core/vendor/illuminate/view/View.php 1 patch
Unused Use Statements   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,18 +2,18 @@
 block discarded – undo
2 2
 
3 3
 namespace Illuminate\View;
4 4
 
5
-use Exception;
6
-use Throwable;
7 5
 use ArrayAccess;
8 6
 use BadMethodCallException;
9
-use Illuminate\Support\Str;
10
-use Illuminate\Support\MessageBag;
11
-use Illuminate\Contracts\View\Engine;
12
-use Illuminate\Support\Traits\Macroable;
7
+use Exception;
13 8
 use Illuminate\Contracts\Support\Arrayable;
14
-use Illuminate\Contracts\Support\Renderable;
15 9
 use Illuminate\Contracts\Support\MessageProvider;
10
+use Illuminate\Contracts\Support\Renderable;
11
+use Illuminate\Contracts\View\Engine;
16 12
 use Illuminate\Contracts\View\View as ViewContract;
13
+use Illuminate\Support\MessageBag;
14
+use Illuminate\Support\Str;
15
+use Illuminate\Support\Traits\Macroable;
16
+use Throwable;
17 17
 
18 18
 class View implements ArrayAccess, ViewContract
19 19
 {
Please login to merge, or discard this patch.
core/vendor/league/flysystem/src/Adapter/Ftp.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace League\Flysystem\Adapter;
4 4
 
5 5
 use ErrorException;
6
-use League\Flysystem\Adapter\Polyfill\StreamedCopyTrait;
7 6
 use League\Flysystem\AdapterInterface;
7
+use League\Flysystem\Adapter\Polyfill\StreamedCopyTrait;
8 8
 use League\Flysystem\Config;
9 9
 use League\Flysystem\Util;
10 10
 use League\Flysystem\Util\MimeType;
Please login to merge, or discard this patch.
core/vendor/league/flysystem/src/Adapter/Local.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 use DirectoryIterator;
6 6
 use FilesystemIterator;
7
-use finfo as Finfo;
8 7
 use League\Flysystem\AdapterInterface;
9 8
 use League\Flysystem\Config;
10 9
 use League\Flysystem\Exception;
@@ -15,6 +14,7 @@  discard block
 block discarded – undo
15 14
 use RecursiveDirectoryIterator;
16 15
 use RecursiveIteratorIterator;
17 16
 use SplFileInfo;
17
+use finfo as Finfo;
18 18
 
19 19
 class Local extends AbstractAdapter
20 20
 {
Please login to merge, or discard this patch.
core/vendor/league/flysystem/src/Util/MimeType.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace League\Flysystem\Util;
4 4
 
5
-use finfo;
6 5
 use ErrorException;
6
+use finfo;
7 7
 
8 8
 /**
9 9
  * @internal
Please login to merge, or discard this patch.
core/vendor/monolog/monolog/src/Monolog/ErrorHandler.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,10 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace Monolog;
13 13
 
14
-use Psr\Log\LoggerInterface;
15
-use Psr\Log\LogLevel;
16 14
 use Monolog\Handler\AbstractHandler;
17
-use Monolog\Registry;
15
+use Psr\Log\LogLevel;
16
+use Psr\Log\LoggerInterface;
18 17
 
19 18
 /**
20 19
  * Monolog error handler
Please login to merge, or discard this patch.