Completed
Branch master (c5abc2)
by Tobias
03:12
created
Category
GoogleMapsPlaces.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
             'opennow',
236 236
         ]);
237 237
 
238
-        $requiredParameters = array_filter(array_keys($query), function (string $key) {
238
+        $requiredParameters = array_filter(array_keys($query), function(string $key) {
239 239
             return in_array($key, ['keyword', 'type', 'name'], true);
240 240
         });
241 241
 
Please login to merge, or discard this patch.
Model/Photo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 
86 86
     public static function getPhotosFromResult(array $photos): array
87 87
     {
88
-        return array_map(function ($photo) {
88
+        return array_map(function($photo) {
89 89
             return new self(
90 90
                 $photo->photo_reference,
91 91
                 $photo->height,
Please login to merge, or discard this patch.