@@ -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 | |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | "email": "[email protected]" |
| 129 | 129 | } |
| 130 | 130 | } |
| 131 | -EOT; |
|
| 131 | +eot; |
|
| 132 | 132 | |
| 133 | 133 | $this->client->request('POST', $this->getReviewListUrl($product), [], [], static::$authorizedHeaderWithContentType, $data); |
| 134 | 134 | $response = $this->client->getResponse(); |
@@ -219,7 +219,7 @@ discard block |
||
| 219 | 219 | "rating": "1", |
| 220 | 220 | "comment": "NEW_REVIEW_COMMENT" |
| 221 | 221 | } |
| 222 | -EOT; |
|
| 222 | +eot; |
|
| 223 | 223 | $this->client->request('PUT', $this->getReviewUrl($product, $productReview), [], [], static::$authorizedHeaderWithContentType, $data); |
| 224 | 224 | $response = $this->client->getResponse(); |
| 225 | 225 | |
@@ -246,7 +246,7 @@ discard block |
||
| 246 | 246 | { |
| 247 | 247 | "comment": "A_NEW_REVIEW_COMMENT" |
| 248 | 248 | } |
| 249 | -EOT; |
|
| 249 | +eot; |
|
| 250 | 250 | |
| 251 | 251 | $this->client->request('PATCH', $this->getReviewUrl($product, $productReview), [], [], static::$authorizedHeaderWithContentType, $data); |
| 252 | 252 | $response = $this->client->getResponse(); |