@@ -5,8 +5,8 @@ |
||
| 5 | 5 | use Symfony\Component\Config\Definition\Builder\NodeBuilder; |
| 6 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 7 | 7 | |
| 8 | -interface CaptchaConfigurator |
|
| 9 | -{
|
|
| 8 | +interface CaptchaConfigurator |
|
| 9 | +{ |
|
| 10 | 10 | public function buildConfiguration(NodeBuilder $node); |
| 11 | 11 | |
| 12 | 12 | public function configureClient(ContainerBuilder $container, $clientServiceKey, array $options = []); |
@@ -155,7 +155,7 @@ |
||
| 155 | 155 | ]; |
| 156 | 156 | |
| 157 | 157 | foreach ($functions as $key => $function) { |
| 158 | - if(is_numeric($key)){ |
|
| 158 | + if(is_numeric($key)) { |
|
| 159 | 159 | $key = $function; |
| 160 | 160 | $function = array_values($function); |
| 161 | 161 | } |