Completed
Push — master ( 8d344e...fc7ac0 )
by Thomas
01:55
created
src/Operator/Logical/NandOperator.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\Logical;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Logical/XorOperator.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\Logical;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Logical/AndOperator.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\Logical;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Logical/OrOperator.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\Logical;
9 9
 
Please login to merge, or discard this patch.
src/Operator/Comparator/InIdenOperator.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/EmptyOperator.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/AbstractCompareOne.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/RegexpOperator.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/LteqOperator.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.