Test Setup Failed
Push — feature/php-7 ( 8dda4e...e89555 )
by Martin
03:58
created
src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/ArrayCat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
6 6
 
Please login to merge, or discard this patch.
src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/ArrayReplace.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
6 6
 
Please login to merge, or discard this patch.
src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/JsonStripNulls.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
6 6
 
Please login to merge, or discard this patch.
src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/JsonGetFieldAsText.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
6 6
 
Please login to merge, or discard this patch.
src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/ToJson.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
6 6
 
Please login to merge, or discard this patch.
src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/ToTsquery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
6 6
 
Please login to merge, or discard this patch.
src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/Least.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
6 6
 
Please login to merge, or discard this patch.
MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/JsonbArrayElementsText.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
6 6
 
Please login to merge, or discard this patch.
src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/Overlaps.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
6 6
 
Please login to merge, or discard this patch.