@@ -44,9 +44,9 @@ |
||
| 44 | 44 | |
| 45 | 45 | if (!isset($clientConfig['type'])) { |
| 46 | 46 | throw new InvalidConfigurationException(sprintf( |
| 47 | - 'sludio_helper_captcha_client.clients.%s config entry is missing the "type" key.', |
|
| 48 | - $key |
|
| 49 | - )); |
|
| 47 | + 'sludio_helper_captcha_client.clients.%s config entry is missing the "type" key.', |
|
| 48 | + $key |
|
| 49 | + )); |
|
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | $this->type = $clientConfig['type']; |
@@ -131,9 +131,9 @@ |
||
| 131 | 131 | |
| 132 | 132 | if (!isset($clientConfig['type'])) { |
| 133 | 133 | throw new InvalidConfigurationException(sprintf( |
| 134 | - 'Your "sludio_helper_oauth_client.clients.%s" config entry is missing the "type" key.', |
|
| 135 | - $key |
|
| 136 | - )); |
|
| 134 | + 'Your "sludio_helper_oauth_client.clients.%s" config entry is missing the "type" key.', |
|
| 135 | + $key |
|
| 136 | + )); |
|
| 137 | 137 | } |
| 138 | 138 | |
| 139 | 139 | $this->type = $clientConfig['type']; |
@@ -43,8 +43,8 @@ discard block |
||
| 43 | 43 | $application = new Application($kernel); |
| 44 | 44 | $application->setAutoExit(false); |
| 45 | 45 | $input = new ArrayInput(array( |
| 46 | - 'command' => 'cache:'.$command, |
|
| 47 | - '--env' => $kernel->getEnvironment(), |
|
| 46 | + 'command' => 'cache:'.$command, |
|
| 47 | + '--env' => $kernel->getEnvironment(), |
|
| 48 | 48 | )); |
| 49 | 49 | $application->run($input); |
| 50 | 50 | $data['success'] = 1; |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | $application->setAutoExit(false); |
| 67 | 67 | |
| 68 | 68 | $input = new ArrayInput(array( |
| 69 | - 'command' => 'ibrows:sonatatranslationbundle:clearcache' |
|
| 69 | + 'command' => 'ibrows:sonatatranslationbundle:clearcache' |
|
| 70 | 70 | )); |
| 71 | 71 | $application->run($input); |
| 72 | 72 | $data['success'] = 1; |