@@ -146,7 +146,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |
||
| 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 |
||
| 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 | |
@@ -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 | |
@@ -333,7 +333,7 @@ |
||
| 333 | 333 | |
| 334 | 334 | /** |
| 335 | 335 | * @param Response $response |
| 336 | - * @param array|string[] $expectedChoiceValues |
|
| 336 | + * @param string[] $expectedChoiceValues |
|
| 337 | 337 | */ |
| 338 | 338 | private function assertSelectChoicesInResponse(Response $response, array $expectedChoiceValues): void |
| 339 | 339 | { |
@@ -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\DependencyInjection\Driver; |
| 15 | 15 | |