Passed
Push — master ( b4eada...a03493 )
by Tomáš
04:06
created
packages/graphql/tests/Converter/QueryFieldConverterTest.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\Converter;
4 4
 
Please login to merge, or discard this patch.
packages/graphql/tests/Provider/MutationFieldsProviderTest.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/Http/Request/JsonRequestParserTest.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\Http\Request;
4 4
 
Please login to merge, or discard this patch.
packages/graphql/tests/GraphQL/Type/TypesTest.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;
4 4
 
Please login to merge, or discard this patch.
packages/graphql/tests/GraphQL/Type/Scalar/EmailTypeTest.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.
packages/graphql/tests/GraphQL/RequestProcessorTest.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;
4 4
 
Please login to merge, or discard this patch.
graphql-symfony/src/DependencyInjection/PortinyGraphQLSymfonyExtension.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\GraphQLSymfony\DependencyInjection;
4 4
 
Please login to merge, or discard this patch.
packages/graphql-symfony/src/PortinyGraphQLSymfonyBundle.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\GraphQLSymfony;
4 4
 
Please login to merge, or discard this patch.
packages/rabbitmq-nette/src/DI/RabbitMQExtension.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\DI;
4 4
 
Please login to merge, or discard this patch.