@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace Portiny\RabbitMQNette\Tests; |
4 | 4 | |
@@ -13,11 +13,11 @@ discard block |
||
13 | 13 | { |
14 | 14 | $tempDir = __DIR__ . '/temp/' . getmypid(); |
15 | 15 | |
16 | - if (! file_exists($tempDir . '/log')) { |
|
16 | + if ( ! file_exists($tempDir . '/log')) { |
|
17 | 17 | mkdir($tempDir . '/log', 0777, true); |
18 | 18 | } |
19 | 19 | |
20 | - register_shutdown_function(function (): void { |
|
20 | + register_shutdown_function(function(): void { |
|
21 | 21 | FileSystem::delete(__DIR__ . '/temp'); |
22 | 22 | }); |
23 | 23 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace Portiny\RabbitMQNette\Tests; |
4 | 4 |
@@ -1,3 +1,3 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | require_once __DIR__ . '/../vendor/autoload.php'; |
@@ -1,3 +1,3 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | require_once __DIR__ . '/../vendor/autoload.php'; |
@@ -1,3 +1,3 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | require_once __DIR__ . '/../vendor/autoload.php'; |
@@ -1,3 +1,3 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | require_once __DIR__ . '/../vendor/autoload.php'; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace Portiny\GraphQL\Tests\Provider; |
4 | 4 |
@@ -1,3 +1,3 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | require_once __DIR__ . '/../vendor/autoload.php'; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace Portiny\GraphQL\Tests\GraphQL\Type\Scalar; |
4 | 4 |