Passed
Pull Request — master (#4)
by
unknown
02:57
created
Listener/EntityModificationListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Actiane\EntityChangeWatchBundle\Listener;
4 4
 
Please login to merge, or discard this patch.
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
         $rootNode = $treeBuilder->getRootNode();
18 18
 
19 19
         $rootNode->children()
20
-                    ->arrayNode('classes')->validate()->ifTrue(function ($classes) {
20
+                    ->arrayNode('classes')->validate()->ifTrue(function($classes) {
21 21
 
22 22
                     foreach ($classes as $key => $value) {
23 23
                         if (!class_exists($key)) {
Please login to merge, or discard this patch.
DependencyInjection/Compiler/CallbackServiceCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Actiane\EntityChangeWatchBundle\DependencyInjection\Compiler;
4 4
 
Please login to merge, or discard this patch.
Generator/LifecycleCallableGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Actiane\EntityChangeWatchBundle\Generator;
4 4
 
Please login to merge, or discard this patch.
Generator/CallableGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Actiane\EntityChangeWatchBundle\Generator;
4 4
 
Please login to merge, or discard this patch.