Completed
Push — develop ( 1d1f3c...e6db8f )
by Michael
04:36
created
src/Provider/TimeZoneDB.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,6 +114,6 @@
 block discarded – undo
114 114
         // Remove null values.
115 115
         $params = array_filter($params);
116 116
 
117
-        return $this->host.'?'.http_build_query($params);
117
+        return $this->host . '?' . http_build_query($params);
118 118
     }
119 119
 }
Please login to merge, or discard this patch.