Passed
Push — master ( 4bb110...1f9acc )
by Tobias
25:12 queued 02:02
created
AlgoliaPlaces.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
     private function buildCountries(GeocodeQuery $query)
153 153
     {
154 154
         return array_map(
155
-            function ($country) {
155
+            function($country) {
156 156
                 if (2 != strlen($country)) {
157 157
                     throw new InvalidArgument('The country provided to AlgoliaPlace provider must be an ISO 639-1 code.');
158 158
                 }
Please login to merge, or discard this patch.