Completed
Branch master (5a05fe)
by Nicolas
13:44
created
src/Converter.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
      * @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
     {
Please login to merge, or discard this patch.