Skip to content

Commit abc4007

Browse files
author
Maxim Solovev
committed
fix cs
1 parent fddf99c commit abc4007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ private function addSharedPluginNodes(ArrayNodeDefinition $pluginNode, $disableA
625625
->end();
626626
// End error plugin
627627

628-
$throttle = $children->arrayNode('throttle')
628+
$throttle = $children->arrayNode('throttle')
629629
->canBeEnabled()
630630
->addDefaultsIfNotSet()
631631
->children()

0 commit comments

Comments
 (0)