Passed
Push — master ( c42797...7127ff )
by Denis
05:40
created
QueryFilter/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\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.
QueryFilter/Config/ConfigInterface.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.