@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace Actiane\EntityChangeWatchBundle\Listener; |
4 | 4 |
@@ -17,7 +17,7 @@ |
||
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)) { |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace Actiane\EntityChangeWatchBundle\DependencyInjection\Compiler; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace Actiane\EntityChangeWatchBundle\Generator; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace Actiane\EntityChangeWatchBundle\Generator; |
4 | 4 |