Completed
Pull Request — master (#6)
by
unknown
01:17
created
src/Casts/Encrypted.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      * @param  string  $key
16 16
      * @param  mixed  $value
17 17
      * @param  array  $attributes
18
-     * @return array
18
+     * @return null|string
19 19
      */
20 20
     public function get($model, $key, $value, $attributes)
21 21
     {
Please login to merge, or discard this patch.
src/Casts/EncryptedFloat.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Decode the given float.
39 39
      *
40
-     * @param mixed $value
40
+     * @param null|string $value
41 41
      * @return mixed
42 42
      */
43 43
     public function fromFloat($value)
Please login to merge, or discard this patch.
src/FileSystem/RsaKeyStorageHandler.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
 namespace RichardStyles\EloquentEncryption\FileSystem;
4 4
 
5
-use Illuminate\Support\Facades\Config;
6 5
 use Illuminate\Support\Facades\Storage;
7 6
 use RichardStyles\EloquentEncryption\Contracts\RsaKeyHandler;
8 7
 use RichardStyles\EloquentEncryption\Exceptions\RSAKeyFileMissing;
Please login to merge, or discard this patch.