Skip to content

Commit fcf1ad0

Browse files
committed
fix styleci "new line before break" errors
1 parent 81efd33 commit fcf1ad0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DependencyInjection/Configuration.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,15 +470,19 @@ private function createAuthenticationPluginNode()
470470
switch ($config['type']) {
471471
case 'basic':
472472
$this->validateAuthenticationType(['username', 'password'], $config, 'basic');
473+
473474
break;
474475
case 'bearer':
475476
$this->validateAuthenticationType(['token'], $config, 'bearer');
477+
476478
break;
477479
case 'service':
478480
$this->validateAuthenticationType(['service'], $config, 'service');
481+
479482
break;
480483
case 'wsse':
481484
$this->validateAuthenticationType(['username', 'password'], $config, 'wsse');
485+
482486
break;
483487
}
484488

0 commit comments

Comments
 (0)