Completed
Pull Request — master (#27)
by
unknown
01:10
created
src/Credentials.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace BeyondCode\Credentials;
4 4
 
5
-use Illuminate\Support\Arr;
6 5
 use Illuminate\Contracts\Encryption\Encrypter;
7
-use BeyondCode\Credentials\Exceptions\FileDoesNotExist;
6
+use Illuminate\Support\Arr;
8 7
 
9 8
 class Credentials
10 9
 {
Please login to merge, or discard this patch.
src/helpers.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use BeyondCode\Credentials\Credentials;
4 4
 use Illuminate\Contracts\Container\BindingResolutionException;
5
-use ReflectionException;
6 5
 
7 6
 if (! function_exists('credentials')) {
8 7
     /**
Please login to merge, or discard this patch.