Completed
Pull Request — master (#3)
by Aurimas
01:43
created
src/Request/ParcelShopSearchRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,8 +49,8 @@
 block discarded – undo
49 49
                 'city' => $this->city,
50 50
                 'country' => $this->countryCode,
51 51
                 'pcode' => $this->postCode,
52
-                'fetchGsPUDOpoint' => (int)$this->fetchGsPUDOpoint,
53
-                'retrieveOpeningHours' => (int)$this->retrieveOpeningHours
52
+                'fetchGsPUDOpoint' => (int) $this->fetchGsPUDOpoint,
53
+                'retrieveOpeningHours' => (int) $this->retrieveOpeningHours
54 54
             ]
55 55
         );
56 56
     }
Please login to merge, or discard this patch.