Completed
Push — develop ( 800fa3...25e687 )
by Thorsten
01:53 queued 58s
created
src/View/RemoteTemplateFinder.php 1 patch
Unused Use Statements   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -4,18 +4,18 @@
 block discarded – undo
4 4
 
5 5
 use Closure;
6 6
 use Exception;
7
-use RuntimeException;
8 7
 use GuzzleHttp\Client;
9
-use Illuminate\Support\Str;
10 8
 use GuzzleHttp\Psr7\Response;
11
-use InvalidArgumentException;
9
+use Illuminate\Contracts\Config\Repository;
12 10
 use Illuminate\Filesystem\Filesystem;
11
+use Illuminate\Support\Str;
12
+use InvalidArgumentException;
13 13
 use Psr\Http\Message\ResponseInterface;
14
-use Illuminate\Contracts\Config\Repository;
15
-use Schnoop\RemoteTemplate\Exceptions\UrlIsForbiddenException;
14
+use RuntimeException;
16 15
 use Schnoop\RemoteTemplate\Exceptions\IgnoredUrlSuffixException;
17
-use Schnoop\RemoteTemplate\Exceptions\RemoteTemplateNotFoundException;
18 16
 use Schnoop\RemoteTemplate\Exceptions\RemoteHostNotConfiguredException;
17
+use Schnoop\RemoteTemplate\Exceptions\RemoteTemplateNotFoundException;
18
+use Schnoop\RemoteTemplate\Exceptions\UrlIsForbiddenException;
19 19
 
20 20
 /**
21 21
  * Class RemoteTemplateFinder.
Please login to merge, or discard this patch.