Completed
Pull Request — develop (#17)
by Michael
15:55 queued 05:59
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.