Completed
Pull Request — master (#43)
by Pádraic
02:03
created
src/Updater.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,6 @@
 block discarded – undo
18 18
 use Humbug\SelfUpdate\Exception\HttpRequestException;
19 19
 use Humbug\SelfUpdate\Exception\NoSignatureException;
20 20
 use Humbug\SelfUpdate\Strategy\StrategyInterface;
21
-use Humbug\SelfUpdate\Strategy\ShaStrategy;
22
-use Humbug\SelfUpdate\Strategy\Sha256Strategy;
23
-use Humbug\SelfUpdate\Strategy\GithubStrategy;
24 21
 
25 22
 class Updater
26 23
 {
Please login to merge, or discard this patch.