We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f42c37 commit d69f90dCopy full SHA for d69f90d
AssetsBundle/DependencyInjection/Configuration.php
@@ -35,6 +35,7 @@ public function addTypes(NodeBuilder $node)
35
// @formatter:off
36
/** @noinspection PhpUndefinedMethodInspection */
37
$node->arrayNode('types')
38
+ ->useAttributeAsKey('type')
39
->prototype('array')
40
->addDefaultsIfNotSet()
41
->children()
0 commit comments