Completed
Pull Request — master (#9)
by Hugo
02:31
created
src/Util/UploadFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     public function getContent(): string
43 43
     {
44 44
         if ($this->content === null) {
45
-            set_error_handler(function ($type, $msg) use (&$error) { $error = $msg; });
45
+            set_error_handler(function($type, $msg) use (&$error) { $error = $msg; });
46 46
             $content = file_get_contents($this->path);
47 47
             restore_error_handler();
48 48
 
Please login to merge, or discard this patch.