Skip to content

Commit

Permalink
Add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 19, 2024
1 parent 79a4f0d commit 8cb399e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TestSuite/AuthSources.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public function invokeTest(): void
switch ($authSourceData['fallback']) {
case 'ldap:Ldap':
$authSourceData = $this->authSourceConfig->getValue($authSourceData['fallback']);
break;
default:
// Not implemented
continue 3;
Expand Down

0 comments on commit 8cb399e

Please sign in to comment.