Completed
Push — master ( 865392...352acf )
by Jay
08:50
created
src/Db/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      */
71 71
     public function set($name = self::DEFAULT_NAME, Db $db = null)
72 72
     {
73
-        $this->instances[(string) $name] = $db;
73
+        $this->instances[(string)$name] = $db;
74 74
         return $this;
75 75
     }
76 76
 
Please login to merge, or discard this patch.
src/Request/Http.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
      */
228 228
     public function getHeaders()
229 229
     {
230
-        return (array) (function_exists('getallheaders') ? getallheaders() : false);
230
+        return (array)(function_exists('getallheaders') ? getallheaders() : false);
231 231
     }
232 232
 
233 233
     /**
Please login to merge, or discard this patch.