Completed
Pull Request — master (#9)
by Hugo
01:50
created
src/Util/UploadFile.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
     public function getContent(): string
45 45
     {
46 46
         if (null === $this->content) {
47
-            set_error_handler(function ($type, $msg) use (&$error) { $error = $msg; });
47
+            set_error_handler(function($type, $msg) use (&$error) { $error = $msg; });
48 48
             $content = file_get_contents($this->path);
49 49
             restore_error_handler();
50 50
 
Please login to merge, or discard this patch.