Completed
Push — master ( 5397e2...75d13e )
by Ben
04:56
created
src/Doctrine/Repository/RepositoryFactory.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 Lendable\DoctrineExtensionsBundle\Doctrine\Repository;
6 6
 
Please login to merge, or discard this patch.
src/LendableDoctrineExtensionsBundle.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 Lendable\DoctrineExtensionsBundle;
6 6
 
Please login to merge, or discard this patch.
src/Util/ConfigUtil.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 Lendable\DoctrineExtensionsBundle\Util;
6 6
 
Please login to merge, or discard this patch.
src/DependencyInjection/LendableDoctrineExtensionsExtension.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 Lendable\DoctrineExtensionsBundle\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
src/DependencyInjection/Configuration.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 Lendable\DoctrineExtensionsBundle\DependencyInjection;
6 6
 
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
             ->isRequired()
45 45
             ->validate()
46 46
             ->ifTrue(
47
-                function ($v) {
47
+                function($v) {
48 48
                     return !class_exists($v);
49 49
                 }
50 50
             )
Please login to merge, or discard this patch.
src/DependencyInjection/CompilerPass/RepositoryServicesCompilerPass.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 Lendable\DoctrineExtensionsBundle\DependencyInjection\CompilerPass;
6 6
 
Please login to merge, or discard this patch.