Passed
Push — master ( b4eada...a03493 )
by Tomáš
04:06
created
packages/rabbitmq-nette/tests/ContainerFactory.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.
packages/rabbitmq-nette/tests/AbstractContainerTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Portiny\RabbitMQNette\Tests;
4 4
 
Please login to merge, or discard this patch.
packages/rabbitmq-nette/tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,3 +1,3 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.
packages/graphql-symfony/tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,3 +1,3 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.
packages/graphql-nette/tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,3 +1,3 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.
packages/elasticsearch/tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,3 +1,3 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.
packages/graphql/tests/Provider/QueryFieldsProviderTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Portiny\GraphQL\Tests\Provider;
4 4
 
Please login to merge, or discard this patch.
packages/graphql/tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,3 +1,3 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.
packages/graphql/tests/GraphQL/Type/Scalar/UrlTypeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.