Completed
Push — new-template-events-architectu... ( 533634 )
by Kamil
05:23
created
tests/Controller/PromotionCouponApiTest.php 1 patch
Upper-Lower-Casing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
         {
113 113
             "code": "1234"
114 114
         }
115
-EOT;
115
+eot;
116 116
 
117 117
         $this->client->request('POST', $this->getPromotionCouponsUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data);
118 118
 
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
             "usageLimit": 10,
138 138
             "perCustomerUsageLimit": 1
139 139
         }
140
-EOT;
140
+eot;
141 141
 
142 142
         $this->client->request('POST', $this->getPromotionCouponsUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data);
143 143
 
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
             "usageLimit": 30,
239 239
             "perCustomerUsageLimit": 2
240 240
         }
241
-EOT;
241
+eot;
242 242
 
243 243
         $this->client->request('PUT', $this->getPromotionCouponUrl($promotion, $promotionCoupon), [], [], static::$authorizedHeaderWithContentType, $data);
244 244
 
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
         {
297 297
             "usageLimit": 30
298 298
         }
299
-EOT;
299
+eot;
300 300
 
301 301
         $this->client->request('PATCH', $this->getPromotionCouponUrl($promotion, $promotionCoupon), [], [], static::$authorizedHeaderWithContentType, $data);
302 302
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/AdminApiBundle/Command/CreateClientCommand.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
             ->setHelp(<<<EOT
47 47
 The <info>%command.name%</info>command creates a new client.
48 48
 <info>php %command.full_name% [--redirect-uri=...] [--grant-type=...] name</info>
49
-EOT
49
+eot
50 50
             );
51 51
     }
52 52
 
Please login to merge, or discard this patch.
tests/Controller/AdminUserApiTest.php 1 patch
Upper-Lower-Casing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
             "plainPassword": "youShallNotPass",
77 77
             "localeCode": "en_US"
78 78
         }
79
-EOT;
79
+eot;
80 80
 
81 81
         $this->client->request('POST', '/api/v1/users/', [], [], static::$authorizedHeaderWithContentType, $data);
82 82
 
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
             "localeCode": "en_US",
104 104
             "enabled": "true"
105 105
         }
106
-EOT;
106
+eot;
107 107
 
108 108
         $this->client->request('POST', '/api/v1/users/', [], [], static::$authorizedHeaderWithContentType, $data);
109 109
 
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
             "localeCode": "fr_FR",
234 234
             "enabled": "true"
235 235
         }
236
-EOT;
236
+eot;
237 237
 
238 238
         $this->client->request('PUT', $this->getAdminUserUrl($users['admin1']), [], [], static::$authorizedHeaderWithContentType, $data);
239 239
 
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
             "firstName": "John",
274 274
             "lastName": "Doe"
275 275
         }
276
-EOT;
276
+eot;
277 277
 
278 278
         $this->client->request('PATCH', $this->getAdminUserUrl($users['admin1']), [], [], static::$authorizedHeaderWithContentType, $data);
279 279
 
Please login to merge, or discard this patch.
tests/Controller/PromotionApiTest.php 1 patch
Upper-Lower-Casing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
             "code": "christmas-promotion",
231 231
             "name": "Christmas Promotion"
232 232
         }
233
-EOT;
233
+eot;
234 234
         $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data);
235 235
 
236 236
         $response = $this->client->getResponse();
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
                 "MOB"
256 256
             ]
257 257
         }
258
-EOT;
258
+eot;
259 259
         $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data);
260 260
 
261 261
         $response = $this->client->getResponse();
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
                 "time": "11:00"
284 284
             }
285 285
         }
286
-EOT;
286
+eot;
287 287
         $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data);
288 288
 
289 289
         $response = $this->client->getResponse();
@@ -323,7 +323,7 @@  discard block
 block discarded – undo
323 323
                 }
324 324
             ]
325 325
         }
326
-EOT;
326
+eot;
327 327
         $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data);
328 328
 
329 329
         $response = $this->client->getResponse();
@@ -387,7 +387,7 @@  discard block
 block discarded – undo
387 387
                 }
388 388
             ]
389 389
         }
390
-EOT;
390
+eot;
391 391
 
392 392
         $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data);
393 393
 
@@ -409,7 +409,7 @@  discard block
 block discarded – undo
409 409
             "name": "Christmas Promotion",
410 410
             "couponBased": true
411 411
         }
412
-EOT;
412
+eot;
413 413
         $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data);
414 414
 
415 415
         $response = $this->client->getResponse();
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
             "exclusive": true,
432 432
             "priority": 0
433 433
         }
434
-EOT;
434
+eot;
435 435
         $this->client->request('POST', '/api/v1/promotions/', [], [], static::$authorizedHeaderWithContentType, $data);
436 436
 
437 437
         $response = $this->client->getResponse();
@@ -453,7 +453,7 @@  discard block
 block discarded – undo
453 453
             "name": "Monday promotion",
454 454
             "priority": 0
455 455
         }
456
-EOT;
456
+eot;
457 457
         $this->client->request('PUT', $this->getPromotionUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data);
458 458
         $response = $this->client->getResponse();
459 459
 
@@ -479,7 +479,7 @@  discard block
 block discarded – undo
479 479
         {
480 480
             "exclusive": true
481 481
         }
482
-EOT;
482
+eot;
483 483
         $this->client->request('PATCH', $this->getPromotionUrl($promotion), [], [], static::$authorizedHeaderWithContentType, $data);
484 484
         $response = $this->client->getResponse();
485 485
         $this->assertResponseCode($response, Response::HTTP_NO_CONTENT);
Please login to merge, or discard this patch.
tests/Controller/ProductAssociationTypeApiTest.php 1 patch
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
                 }
66 66
             }
67 67
         }
68
-EOT;
68
+eot;
69 69
 
70 70
         $this->client->request('POST', '/api/v1/product-association-types/', [], [], [
71 71
             'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ',
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
                 }
214 214
             }
215 215
         }
216
-EOT;
216
+eot;
217 217
 
218 218
         $this->client->request('PUT', $this->getAssociationTypeUrl($productAssociationType), [], [], [
219 219
             'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ',
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
                 }
260 260
             }
261 261
         }
262
-EOT;
262
+eot;
263 263
 
264 264
         $this->client->request('PATCH', $this->getAssociationTypeUrl($productAssociationType), [], [], [
265 265
             'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ',
Please login to merge, or discard this patch.
tests/Controller/ProductAttributeApiTest.php 1 patch
Upper-Lower-Casing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
                 }
147 147
             }
148 148
         }
149
-EOT;
149
+eot;
150 150
 
151 151
         $this->client->request('POST', '/api/v1/product-attributes/text', [], [], static::$authorizedHeaderWithContentType, $data);
152 152
 
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
                 }
204 204
             }
205 205
         }
206
-EOT;
206
+eot;
207 207
 
208 208
         $this->client->request('PUT', $this->getProductAttributeUrl($productAttribute), [], [], static::$authorizedHeaderWithContentType, $data);
209 209
 
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
                 }
239 239
             }
240 240
         }
241
-EOT;
241
+eot;
242 242
 
243 243
         $this->client->request('PATCH', $this->getProductAttributeUrl($productAttribute), [], [], static::$authorizedHeaderWithContentType, $data);
244 244
 
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
         {
267 267
             "type": "integer"
268 268
         }
269
-EOT;
269
+eot;
270 270
 
271 271
         $this->client->request('PATCH', $this->getProductAttributeUrl($productAttribute), [], [], static::$authorizedHeaderWithContentType, $data);
272 272
 
@@ -310,7 +310,7 @@  discard block
 block discarded – undo
310 310
                 }
311 311
             }
312 312
         }
313
-EOT;
313
+eot;
314 314
 
315 315
         $this->client->request('POST', '/api/v1/product-attributes/select', [], [], static::$authorizedHeaderWithContentType, $data);
316 316
 
Please login to merge, or discard this patch.
tests/Controller/ProductOptionApiTest.php 1 patch
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@  discard block
 block discarded – undo
171 171
                 }
172 172
             ]
173 173
         }
174
-EOT;
174
+eot;
175 175
 
176 176
         $this->client->request('POST', '/api/v1/product-options/', [], [], static::$authorizedHeaderWithContentType, $data);
177 177
 
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
                 }
252 252
             ]
253 253
         }
254
-EOT;
254
+eot;
255 255
 
256 256
         $this->client->request('PUT', $this->getProductOptionUrl($productOption), [], [], static::$authorizedHeaderWithContentType, $data);
257 257
 
@@ -322,7 +322,7 @@  discard block
 block discarded – undo
322 322
                 }
323 323
             ]
324 324
         }
325
-EOT;
325
+eot;
326 326
 
327 327
         $this->client->request('PATCH', $this->getProductOptionUrl($productOption), [], [], static::$authorizedHeaderWithContentType, $data);
328 328
 
Please login to merge, or discard this patch.
tests/Controller/CheckoutApiTestCase.php 1 patch
Upper-Lower-Casing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
             "channel": "CHANNEL",
48 48
             "localeCode": "en_US"
49 49
         }
50
-EOT;
50
+eot;
51 51
 
52 52
         $this->client->request('POST', '/api/v1/carts/', [], [], static::$authorizedHeaderWithContentType, $data);
53 53
 
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
             "variant": "MUG_SW",
72 72
             "quantity": 1
73 73
         }
74
-EOT;
74
+eot;
75 75
 
76 76
         $this->client->request('POST', $url, [], [], static::$authorizedHeaderWithContentType, $data);
77 77
         $this->assertResponseCode($this->client->getResponse(), Response::HTTP_CREATED);
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
             },
106 106
             "differentBillingAddress": true
107 107
         }
108
-EOT;
108
+eot;
109 109
 
110 110
         $url = sprintf('/api/v1/checkouts/addressing/%d', $cartId);
111 111
         $this->client->request('PUT', $url, [], [], static::$authorizedHeaderWithContentType, $data);
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
                 }
134 134
             ]
135 135
         }
136
-EOT;
136
+eot;
137 137
 
138 138
         $this->client->request('PUT', $url, [], [], static::$authorizedHeaderWithContentType, $data);
139 139
         $this->assertResponseCode($this->client->getResponse(), Response::HTTP_NO_CONTENT);
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
                 }
161 161
             ]
162 162
         }
163
-EOT;
163
+eot;
164 164
 
165 165
         $this->client->request('PUT', $url, [], [], static::$authorizedHeaderWithContentType, $data);
166 166
         $this->assertResponseCode($this->client->getResponse(), Response::HTTP_NO_CONTENT);
Please login to merge, or discard this patch.
src/Sylius/Component/Product/Model/ProductOptionTranslationInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * @param string $name
30
+     * @return void
30 31
      */
31 32
     public function setName(?string $name): void;
32 33
 }
Please login to merge, or discard this patch.