Completed
Branch master (644982)
by Marcel
07:03
created
src/Credentials.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
     /**
28 28
      * @param string $filename
29
-     * @return array
29
+     * @return resource
30 30
      */
31 31
     public function load(string $filename)
32 32
     {
Please login to merge, or discard this 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.