Completed
Push — feature/php-7 ( 0cffe9...90b7f2 )
by Martin
06:25 queued 04:09
created
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.
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/InArray.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/All.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.
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/ArrayCardinality.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.