@@ -15,7 +15,7 @@  | 
                                                    ||
| 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 |      { | 
                                                        
@@ -37,7 +37,7 @@  | 
                                                    ||
| 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)  | 
                                                        
@@ -2,7 +2,6 @@  | 
                                                    ||
| 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;  |