Completed
Push — master ( 8d344e...fc7ac0 )
by Thomas
01:55
created
src/Operator/Comparator/NotNullOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Copyright © 2018 Thomas Klein, All rights reserved.
4 4
  * See LICENSE bundled with this library for license details.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace LogicTree\Operator\Comparator;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Comparator/NullOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Copyright © 2018 Thomas Klein, All rights reserved.
4 4
  * See LICENSE bundled with this library for license details.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace LogicTree\Operator\Comparator;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Comparator/NinIdenOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Copyright © 2018 Thomas Klein, All rights reserved.
4 4
  * See LICENSE bundled with this library for license details.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace LogicTree\Operator\Comparator;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Comparator/GteqOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Copyright © 2018 Thomas Klein, All rights reserved.
4 4
  * See LICENSE bundled with this library for license details.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace LogicTree\Operator\Comparator;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Comparator/InOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Copyright © 2018 Thomas Klein, All rights reserved.
4 4
  * See LICENSE bundled with this library for license details.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace LogicTree\Operator\Comparator;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Comparator/NidenOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Copyright © 2018 Thomas Klein, All rights reserved.
4 4
  * See LICENSE bundled with this library for license details.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace LogicTree\Operator\Comparator;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Comparator/NeqOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Copyright © 2018 Thomas Klein, All rights reserved.
4 4
  * See LICENSE bundled with this library for license details.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace LogicTree\Operator\Comparator;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Comparator/EqOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Copyright © 2018 Thomas Klein, All rights reserved.
4 4
  * See LICENSE bundled with this library for license details.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace LogicTree\Operator\Comparator;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Comparator/NinOperator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
  * Copyright © 2018 Thomas Klein, All rights reserved.
4 4
  * See LICENSE bundled with this library for license details.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace LogicTree\Operator\Comparator;
9 9
 
Please login to merge, or discard this patch.