@@ -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 | { |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Illuminate\Database\Query\Expression; |
15 | 15 | use Illuminate\Database\Query\Grammars; |
16 | 16 | use BadMethodCallException; |
17 | -use RuntimeException; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * Class AbstractRepository |