We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694cab2 commit 3d53cb5Copy full SHA for 3d53cb5
src/DependencyInjection/CacheExtension.php
@@ -22,7 +22,6 @@
22
use Cache\SessionHandler\Psr6SessionHandler;
23
use Symfony\Component\Config\FileLocator;
24
use Symfony\Component\DependencyInjection\ContainerBuilder;
25
-use Symfony\Component\DependencyInjection\Definition;
26
use Symfony\Component\DependencyInjection\Loader;
27
use Symfony\Component\DependencyInjection\Reference;
28
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
src/DependencyInjection/Configuration.php
@@ -48,7 +48,7 @@ public function getConfigTreeBuilder()
48
}
49
50
/**
51
- * Normalizes the enabled field to be truthy
+ * Normalizes the enabled field to be truthy.
52
*
53
* @param NodeDefinition $node
54
0 commit comments