@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | "sourceCurrency": "EUR", |
76 | 76 | "targetCurrency": "GBP" |
77 | 77 | } |
78 | -EOT; |
|
78 | +eot; |
|
79 | 79 | |
80 | 80 | $this->client->request('POST', '/api/v1/exchange-rates/', [], [], static::$authorizedHeaderWithContentType, $data); |
81 | 81 | |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | "sourceCurrency": "EUR", |
99 | 99 | "targetCurrency": "GBP" |
100 | 100 | } |
101 | -EOT; |
|
101 | +eot; |
|
102 | 102 | |
103 | 103 | $this->client->request('POST', '/api/v1/exchange-rates/', [], [], static::$authorizedHeaderWithContentType, $data); |
104 | 104 | |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | { |
230 | 230 | "ratio": 0.84 |
231 | 231 | } |
232 | -EOT; |
|
232 | +eot; |
|
233 | 233 | |
234 | 234 | $this->client->request('PUT', $this->getExchangeRateUrl($exchangeRate), [], [], static::$authorizedHeaderWithContentType, $data); |
235 | 235 | |
@@ -261,7 +261,7 @@ discard block |
||
261 | 261 | "sourceCurrency": "GBP", |
262 | 262 | "targetCurrency": "EUR" |
263 | 263 | } |
264 | -EOT; |
|
264 | +eot; |
|
265 | 265 | |
266 | 266 | $this->client->request('PATCH', $this->getExchangeRateUrl($exchangeRate), [], [], static::$authorizedHeaderWithContentType, $data); |
267 | 267 | |
@@ -290,7 +290,7 @@ discard block |
||
290 | 290 | { |
291 | 291 | "ratio": "its-a-trap" |
292 | 292 | } |
293 | -EOT; |
|
293 | +eot; |
|
294 | 294 | |
295 | 295 | $this->client->request('PUT', $this->getExchangeRateUrl($exchangeRate), [], [], static::$authorizedHeaderWithContentType, $data); |
296 | 296 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Tests\Controller; |
15 | 15 |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Sylius\Bundle\CoreBundle\Fixture\OptionsResolver\LazyOption; |
15 | 15 | use Sylius\Component\Attribute\AttributeType\SelectAttributeType; |
16 | 16 | use Sylius\Component\Core\Formatter\StringInflector; |
17 | -use Sylius\Component\Core\Model\ChannelInterface; |
|
18 | 17 | use Sylius\Component\Core\Model\ChannelPricingInterface; |
19 | 18 | use Sylius\Component\Core\Model\ImageInterface; |
20 | 19 | use Sylius\Component\Core\Model\ProductInterface; |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Bundle\CoreBundle\Fixture\Factory; |
15 | 15 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Sylius\Component\Core\Model; |
4 | 4 | |
5 | -use Sylius\Component\Channel\Model\ChannelAwareInterface; |
|
6 | 5 | use Sylius\Component\Resource\Model\ResourceInterface; |
7 | 6 | |
8 | 7 | /** |
@@ -27,6 +27,7 @@ discard block |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param ProductVariantInterface|null $productVariant |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setProductVariant(ProductVariantInterface $productVariant = null); |
32 | 33 | |
@@ -37,6 +38,7 @@ discard block |
||
37 | 38 | |
38 | 39 | /** |
39 | 40 | * @param int $price |
41 | + * @return void |
|
40 | 42 | */ |
41 | 43 | public function setPrice($price); |
42 | 44 | |
@@ -47,6 +49,7 @@ discard block |
||
47 | 49 | |
48 | 50 | /** |
49 | 51 | * @param string $channelCode |
52 | + * @return void |
|
50 | 53 | */ |
51 | 54 | public function setChannelCode($channelCode); |
52 | 55 | |
@@ -57,6 +60,7 @@ discard block |
||
57 | 60 | |
58 | 61 | /** |
59 | 62 | * @param int $originalPrice |
63 | + * @return void |
|
60 | 64 | */ |
61 | 65 | public function setOriginalPrice($originalPrice); |
62 | 66 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Component\Core\Model; |
15 | 15 |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | { |
159 | 159 | "code": "MONSTER_MUG" |
160 | 160 | } |
161 | -EOT; |
|
161 | +eot; |
|
162 | 162 | |
163 | 163 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
164 | 164 | $response = $this->client->getResponse(); |
@@ -208,7 +208,7 @@ discard block |
||
208 | 208 | } |
209 | 209 | } |
210 | 210 | } |
211 | -EOT; |
|
211 | +eot; |
|
212 | 212 | |
213 | 213 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
214 | 214 | $response = $this->client->getResponse(); |
@@ -242,7 +242,7 @@ discard block |
||
242 | 242 | } |
243 | 243 | } |
244 | 244 | } |
245 | -EOT; |
|
245 | +eot; |
|
246 | 246 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
247 | 247 | $response = $this->client->getResponse(); |
248 | 248 | |
@@ -267,7 +267,7 @@ discard block |
||
267 | 267 | "tracked": true, |
268 | 268 | "onHand": 5 |
269 | 269 | } |
270 | -EOT; |
|
270 | +eot; |
|
271 | 271 | |
272 | 272 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
273 | 273 | $response = $this->client->getResponse(); |
@@ -293,7 +293,7 @@ discard block |
||
293 | 293 | "code": "MONSTER_MUG", |
294 | 294 | "taxCategory": "TC1" |
295 | 295 | } |
296 | -EOT; |
|
296 | +eot; |
|
297 | 297 | |
298 | 298 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
299 | 299 | $response = $this->client->getResponse(); |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | "code": "MONSTER_MUG", |
320 | 320 | "shippingCategory": "SC1" |
321 | 321 | } |
322 | -EOT; |
|
322 | +eot; |
|
323 | 323 | |
324 | 324 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
325 | 325 | $response = $this->client->getResponse(); |
@@ -347,7 +347,7 @@ discard block |
||
347 | 347 | "MUG_TYPE": "MUG_TYPE_MEDIUM" |
348 | 348 | } |
349 | 349 | } |
350 | -EOT; |
|
350 | +eot; |
|
351 | 351 | |
352 | 352 | $this->client->request('POST', $this->getVariantListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
353 | 353 | $response = $this->client->getResponse(); |
@@ -422,7 +422,7 @@ discard block |
||
422 | 422 | "code": "NEW_MUG_CODE", |
423 | 423 | "version": $version |
424 | 424 | } |
425 | -EOT; |
|
425 | +eot; |
|
426 | 426 | $this->client->request('PUT', $this->getVariantUrl($product, $productVariant), [], [], static::$authorizedHeaderWithContentType, $data); |
427 | 427 | $response = $this->client->getResponse(); |
428 | 428 | |
@@ -455,7 +455,7 @@ discard block |
||
455 | 455 | } |
456 | 456 | } |
457 | 457 | } |
458 | -EOT; |
|
458 | +eot; |
|
459 | 459 | |
460 | 460 | $this->client->request('PATCH', $this->getVariantUrl($product, $productVariant), [], [], static::$authorizedHeaderWithContentType, $data); |
461 | 461 | $response = $this->client->getResponse(); |
@@ -483,7 +483,7 @@ discard block |
||
483 | 483 | { |
484 | 484 | "tracked": false |
485 | 485 | } |
486 | -EOT; |
|
486 | +eot; |
|
487 | 487 | $this->client->request('PATCH', $this->getVariantUrl($product, $productVariant), [], [], static::$authorizedHeaderWithContentType, $data); |
488 | 488 | $response = $this->client->getResponse(); |
489 | 489 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Tests\Controller; |
13 | 13 | |
14 | 14 | use Lakion\ApiTestCase\JsonApiTestCase; |
15 | -use Sylius\Bundle\AdminApiBundle\Form\Type\ProductVariantType; |
|
16 | 15 | use Sylius\Component\Core\Model\ProductInterface; |
17 | 16 | use Sylius\Component\Core\Model\ProductVariantInterface; |
18 | 17 | use Symfony\Component\HttpFoundation\Response; |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Tests\Controller; |
15 | 15 |
@@ -112,7 +112,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Tests\Controller; |
15 | 15 |
@@ -30,11 +30,13 @@ |
||
30 | 30 | |
31 | 31 | /** |
32 | 32 | * @param ProductVariantInterface $productVariant |
33 | + * @return void |
|
33 | 34 | */ |
34 | 35 | public function addProductVariant(ProductVariantInterface $productVariant); |
35 | 36 | |
36 | 37 | /** |
37 | 38 | * @param ProductVariantInterface $productVariant |
39 | + * @return void |
|
38 | 40 | */ |
39 | 41 | public function removeProductVariant(ProductVariantInterface $productVariant); |
40 | 42 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Component\Core\Model; |
15 | 15 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Bundle\ResourceBundle\Doctrine\ODM\MongoDB; |
13 | 13 | |
14 | 14 | use Doctrine\MongoDB\Query\Builder as QueryBuilder; |
15 | -use Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface; |
|
16 | 15 | use Sylius\Component\Resource\Repository\TranslatableRepositoryInterface; |
17 | 16 | |
18 | 17 | /** |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Bundle\ResourceBundle\Doctrine\ODM\MongoDB; |
15 | 15 |
@@ -14,7 +14,7 @@ |
||
14 | 14 | use Sylius\Component\Core\Exception\MissingChannelConfigurationException; |
15 | 15 | use Sylius\Component\Core\Model\ShipmentInterface; |
16 | 16 | use Sylius\Component\Shipping\Calculator\CalculatorInterface; |
17 | -use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface; |
|
17 | +use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface; |
|
18 | 18 | use Webmozart\Assert\Assert; |
19 | 19 | |
20 | 20 | /** |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Component\Core\Shipping\Calculator; |
15 | 15 |
@@ -11,15 +11,12 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\AdminApiBundle\DependencyInjection; |
13 | 13 | |
14 | -use Sylius\Bundle\AdminApiBundle\Controller\TokenController; |
|
15 | 14 | use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension; |
16 | 15 | use Symfony\Component\Config\FileLocator; |
17 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
18 | -use Symfony\Component\DependencyInjection\Definition; |
|
19 | 17 | use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; |
20 | 18 | use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; |
21 | 19 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
22 | -use Symfony\Component\DependencyInjection\Reference; |
|
23 | 20 | |
24 | 21 | /** |
25 | 22 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Bundle\AdminApiBundle\DependencyInjection; |
15 | 15 | |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | public function load(array $config, ContainerBuilder $container): void |
35 | 35 | { |
36 | 36 | $config = $this->processConfiguration($this->getConfiguration([], $container), $config); |
37 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
37 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
38 | 38 | |
39 | 39 | $this->registerResources('sylius', $config['driver'], $config['resources'], $container); |
40 | 40 |