Completed
Push — master ( 4e97f1...e97ef2 )
by Gabriel
02:58
created
src/Order/OrderRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
             'http://www.JOI.com/schemas/ViaSub.WMS/FindOrders'
17 17
         );
18 18
 
19
-        $request->setTemplate(__DIR__ . '/../Request/findOrders.xml');
19
+        $request->setTemplate(__DIR__.'/../Request/findOrders.xml');
20 20
         $response = $request->fetch([
21 21
             'BeginDate' => $beginDate->format('YYYY-MM-DD'),
22 22
             'EndDate' => $endDate->format('YYYY-MM-DD')
Please login to merge, or discard this patch.
src/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     public function body(): string
19 19
     {
20
-        return (string) $this->response->getBody();
20
+        return (string)$this->response->getBody();
21 21
     }
22 22
 
23 23
     public function json(): array
Please login to merge, or discard this patch.