Skip to content

Commit ed6da22

Browse files
committed
Adding docblock
1 parent fb4ce1e commit ed6da22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/DependencyInjection/Configuration.php

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

5050
/**
51-
* {@inheritdoc}
51+
* Normalizes the enabled field to be truthy
52+
*
53+
* @param NodeDefinition $node
54+
*
55+
* @return Configuration
5256
*/
5357
private function normalizeEnabled(NodeDefinition $node)
5458
{

0 commit comments

Comments
 (0)