Completed
Push — master ( fad8aa...df2a39 )
by GBProd
06:55
created
src/DoctrineSpecification/Handler.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 GBProd\DoctrineSpecification;
6 6
 
Please login to merge, or discard this patch.
src/DoctrineSpecification/QueryFactory/NotFactory.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 GBProd\DoctrineSpecification\QueryFactory;
6 6
 
Please login to merge, or discard this patch.
src/DoctrineSpecification/Registry.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace GBProd\DoctrineSpecification;
6 6
 
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      */
42 42
     public function getFactory(Specification $spec): Factory
43 43
     {
44
-        if(!isset($this->factories[get_class($spec)])) {
44
+        if (!isset($this->factories[get_class($spec)])) {
45 45
             throw new \OutOfRangeException(sprintf(
46 46
                 'Factory for Specification "%s" not registred',
47 47
                 get_class($spec)
Please login to merge, or discard this patch.
src/DoctrineSpecification/QueryFactory/OrXFactory.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 GBProd\DoctrineSpecification\QueryFactory;
6 6
 
Please login to merge, or discard this patch.
src/DoctrineSpecification/QueryFactory/Factory.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 GBProd\DoctrineSpecification\QueryFactory;
6 6
 
Please login to merge, or discard this patch.
src/DoctrineSpecification/QueryFactory/AndXFactory.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 GBProd\DoctrineSpecification\QueryFactory;
6 6
 
Please login to merge, or discard this patch.