@@ -11,9 +11,9 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 13 | 13 | |
| 14 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 14 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 15 | 15 | |
| 16 | -require __DIR__.'/AppKernel.php'; |
|
| 16 | +require __DIR__ . '/AppKernel.php'; |
|
| 17 | 17 | |
| 18 | 18 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 19 | 19 | |
@@ -11,9 +11,9 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 13 | 13 | |
| 14 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 14 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 15 | 15 | |
| 16 | -require __DIR__.'/AppKernel.php'; |
|
| 16 | +require __DIR__ . '/AppKernel.php'; |
|
| 17 | 17 | |
| 18 | 18 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 19 | 19 | |
@@ -11,9 +11,9 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 13 | 13 | |
| 14 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 14 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 15 | 15 | |
| 16 | -require __DIR__.'/AppKernel.php'; |
|
| 16 | +require __DIR__ . '/AppKernel.php'; |
|
| 17 | 17 | |
| 18 | 18 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 19 | 19 | |
@@ -11,9 +11,9 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 13 | 13 | |
| 14 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 14 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 15 | 15 | |
| 16 | -require __DIR__.'/AppKernel.php'; |
|
| 16 | +require __DIR__ . '/AppKernel.php'; |
|
| 17 | 17 | |
| 18 | 18 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 19 | 19 | |
@@ -11,9 +11,9 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 13 | 13 | |
| 14 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 14 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 15 | 15 | |
| 16 | -require __DIR__.'/AppKernel.php'; |
|
| 16 | +require __DIR__ . '/AppKernel.php'; |
|
| 17 | 17 | |
| 18 | 18 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 19 | 19 | |
@@ -11,9 +11,9 @@ |
||
| 11 | 11 | |
| 12 | 12 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 13 | 13 | |
| 14 | -$loader = require __DIR__.'/../../vendor/autoload.php'; |
|
| 14 | +$loader = require __DIR__ . '/../../vendor/autoload.php'; |
|
| 15 | 15 | |
| 16 | -require __DIR__.'/AppKernel.php'; |
|
| 16 | +require __DIR__ . '/AppKernel.php'; |
|
| 17 | 17 | |
| 18 | 18 | AnnotationRegistry::registerLoader([$loader, 'loadClass']); |
| 19 | 19 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Sylius\Behat\Service; |
| 6 | 6 | |
@@ -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 | |
@@ -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\Tests\Controller; |
| 15 | 15 | |
@@ -493,7 +493,7 @@ discard block |
||
| 493 | 493 | } |
| 494 | 494 | EOT; |
| 495 | 495 | |
| 496 | - $this->client->request('PUT', $this->getTaxonProductsPositionsChangeUrl($taxon) , [], [], static::$authorizedHeaderWithContentType, $data); |
|
| 496 | + $this->client->request('PUT', $this->getTaxonProductsPositionsChangeUrl($taxon), [], [], static::$authorizedHeaderWithContentType, $data); |
|
| 497 | 497 | |
| 498 | 498 | $response = $this->client->getResponse(); |
| 499 | 499 | $this->assertResponse($response, 'taxon/update_validation_fail_response', Response::HTTP_BAD_REQUEST); |