Completed
Push — master ( 0d15f5...3f1a6d )
by Kamil
22:42
created
tests/Controller/ProductOptionApiTest.php 1 patch
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
         }
171 171
     ]
172 172
 }
173
-EOT;
173
+eot;
174 174
 
175 175
         $this->client->request('POST', '/api/v1/product-options/', [], [], static::$authorizedHeaderWithContentType, $data);
176 176
 
@@ -249,7 +249,7 @@  discard block
 block discarded – undo
249 249
         }
250 250
     ]
251 251
 }
252
-EOT;
252
+eot;
253 253
 
254 254
         $this->client->request('PUT', $this->getProductOptionUrl($productOption), [], [], static::$authorizedHeaderWithContentType, $data);
255 255
 
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
         }
320 320
     ]
321 321
 }
322
-EOT;
322
+eot;
323 323
 
324 324
         $this->client->request('PATCH', $this->getProductOptionUrl($productOption), [], [], static::$authorizedHeaderWithContentType, $data);
325 325
 
Please login to merge, or discard this patch.