@@ -5,7 +5,6 @@  | 
                                                    ||
| 5 | 5 | use \Exception;  | 
                                                        
| 6 | 6 | use Symfony\Component\HttpFoundation\File\UploadedFile;  | 
                                                        
| 7 | 7 | use Illuminate\Contracts\Filesystem\Factory as Storage;  | 
                                                        
| 8 | -use Intervention\Image\ImageManager;  | 
                                                        |
| 9 | 8 | use Intervention\Image\Image;  | 
                                                        
| 10 | 9 | |
| 11 | 10 | /**  | 
                                                        
@@ -57,7 +57,7 @@ discard block  | 
                                                    ||
| 57 | 57 | *  | 
                                                        
| 58 | 58 | * @param string $filename Path File  | 
                                                        
| 59 | 59 | *  | 
                                                        
| 60 | - * @return bool  | 
                                                        |
| 60 | + * @return integer  | 
                                                        |
| 61 | 61 | */  | 
                                                        
| 62 | 62 | public function size($filename)  | 
                                                        
| 63 | 63 |      { | 
                                                        
@@ -138,7 +138,7 @@ discard block  | 
                                                    ||
| 138 | 138 | *  | 
                                                        
| 139 | 139 | * @param string $filename Path File  | 
                                                        
| 140 | 140 | *  | 
                                                        
| 141 | - * @return bool  | 
                                                        |
| 141 | + * @return string  | 
                                                        |
| 142 | 142 | */  | 
                                                        
| 143 | 143 | public function readFile($filename)  | 
                                                        
| 144 | 144 |      { | 
                                                        
@@ -117,7 +117,7 @@ discard block  | 
                                                    ||
| 117 | 117 | * To Fixed  | 
                                                        
| 118 | 118 | *  | 
                                                        
| 119 | 119 | * @param int $number Integer Number  | 
                                                        
| 120 | - * @param float $decimal Float Decimal  | 
                                                        |
| 120 | + * @param integer $decimal Float Decimal  | 
                                                        |
| 121 | 121 | *  | 
                                                        
| 122 | 122 | * @return float  | 
                                                        
| 123 | 123 | */  | 
                                                        
@@ -478,7 +478,7 @@ discard block  | 
                                                    ||
| 478 | 478 | * Formato numero conforme locale  | 
                                                        
| 479 | 479 | *  | 
                                                        
| 480 | 480 | * @param int $valor Integer Valor  | 
                                                        
| 481 | - * @param float $decimais Float Decimais  | 
                                                        |
| 481 | + * @param integer $decimais Float Decimais  | 
                                                        |
| 482 | 482 | *  | 
                                                        
| 483 | 483 | * @return string  | 
                                                        
| 484 | 484 | * @example : formatNumber(8712.335) = 8.712,34  | 
                                                        
@@ -122,7 +122,7 @@  | 
                                                    ||
| 122 | 122 | *  | 
                                                        
| 123 | 123 | * @param string $method  | 
                                                        
| 124 | 124 | * @param array $parameters  | 
                                                        
| 125 | - * @return mixed  | 
                                                        |
| 125 | + * @return AbstractRepository  | 
                                                        |
| 126 | 126 | *  | 
                                                        
| 127 | 127 | * @throws BadMethodCallException  | 
                                                        
| 128 | 128 | */  |