Skip to content

Commit 3d53cb5

Browse files
committed
style changes
1 parent 694cab2 commit 3d53cb5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: src/DependencyInjection/CacheExtension.php

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use Cache\SessionHandler\Psr6SessionHandler;
2323
use Symfony\Component\Config\FileLocator;
2424
use Symfony\Component\DependencyInjection\ContainerBuilder;
25-
use Symfony\Component\DependencyInjection\Definition;
2625
use Symfony\Component\DependencyInjection\Loader;
2726
use Symfony\Component\DependencyInjection\Reference;
2827
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

Diff for: src/DependencyInjection/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function getConfigTreeBuilder()
4848
}
4949

5050
/**
51-
* Normalizes the enabled field to be truthy
51+
* Normalizes the enabled field to be truthy.
5252
*
5353
* @param NodeDefinition $node
5454
*

0 commit comments

Comments
 (0)