Completed
Pull Request — master (#2)
by
unknown
11:51
created
src/Httprequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -411,7 +411,7 @@
 block discarded – undo
411 411
      */
412 412
     final public function setIgnoreErrors($ignore = true) {
413 413
 
414
-        $this->ignore_errors = (bool)$ignore;
414
+        $this->ignore_errors = (bool) $ignore;
415 415
 
416 416
         return $this;
417 417
 
Please login to merge, or discard this patch.