Test Setup Failed
Push — feature/php-7 ( 8dda4e...e89555 )
by Martin
03:58
created
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.
src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/JsonGetField.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.
Doctrine/ORM/Query/AST/Functions/ArrayAreOverlapingEachOther.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/JsonbStripNulls.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/ArrayDimensions.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/ArrayLength.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/JsonbArrayLength.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/JsonEachText.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/Contains.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.