@@ -37,7 +37,7 @@ |
||
37 | 37 | * @param string $file image's path |
38 | 38 | * @see https://stackoverflow.com/a/13758760/2901396 |
39 | 39 | * |
40 | - * @return bool|string |
|
40 | + * @return string|false |
|
41 | 41 | */ |
42 | 42 | public static function imageToBase64($file) |
43 | 43 | { |