Skip to content

Commit cae8c5b

Browse files
authored
Apply fixes from StyleCI (#74)
1 parent 0f03743 commit cae8c5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/SourceRepositoryTypes/GithubRepositoryType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
use Codedge\Updater\Events\UpdateSucceeded;
1212
use GuzzleHttp\Client;
1313
use Illuminate\Support\Facades\File;
14-
use Storage;
1514
use Illuminate\Support\Str;
15+
use Storage;
1616
use Symfony\Component\Finder\Finder;
1717

1818
/**

Diff for: src/SourceRepositoryTypes/HttpRepositoryType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
use GuzzleHttp\Client;
1313
use Illuminate\Database\Eloquent\Collection;
1414
use Illuminate\Support\Facades\File;
15+
use Illuminate\Support\Str;
1516
use Psr\Http\Message\ResponseInterface;
1617
use Storage;
17-
use Illuminate\Support\Str;
1818
use Symfony\Component\Finder\Finder;
1919

2020
/**

0 commit comments

Comments
 (0)