Passed
Push — master ( 8f873a...7e3143 )
by Denis
31:14 queued 17:47
created
Controller/Annotations/QueryFilter.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 Artprima\QueryFilterBundle\Controller\Annotations;
4 4
 
Please login to merge, or discard this patch.
DependencyInjection/Configuration.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 Artprima\QueryFilterBundle\DependencyInjection;
4 4
 
Please login to merge, or discard this patch.
DependencyInjection/Compiler/AddQueryBuilderConditionPass.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 Artprima\QueryFilterBundle\DependencyInjection\Compiler;
4 4
 
Please login to merge, or discard this patch.
QueryFilter/QueryFilterArgs.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 Artprima\QueryFilterBundle\QueryFilter;
4 4
 
Please login to merge, or discard this patch.
QueryFilter/Config/BaseConfig.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 Artprima\QueryFilterBundle\QueryFilter\Config;
4 4
 
Please login to merge, or discard this patch.
Query/NeighborRecords.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 Artprima\QueryFilterBundle\Query;
4 4
 
Please login to merge, or discard this patch.
Query/Mysql/PaginationWalker.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 Artprima\QueryFilterBundle\Query\Mysql;
4 4
 
Please login to merge, or discard this patch.
Query/Condition/Like.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 Artprima\QueryFilterBundle\Query\Condition;
4 4
 
Please login to merge, or discard this patch.
Request/Request.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 Artprima\QueryFilterBundle\Request;
4 4
 
Please login to merge, or discard this patch.