Passed
Push — master ( 1e2dfb...16a8bc )
by Arnaud
06:30
created
src/Util/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * file_get_contents() function with error handler.
46 46
      */
47
-    public static function fileGetContents(string $filename, ?string $userAgent = null): string|false
47
+    public static function fileGetContents(string $filename, ?string $userAgent = null): string | false
48 48
     {
49 49
         if (empty($filename)) {
50 50
             return false;
Please login to merge, or discard this patch.