Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 16152a4

Browse files
committed
Break foreach loop
1 parent de7435d commit 16152a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/Compiler/AdapterPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function process(ContainerBuilder $container)
4646
$adapterNames[] = $alias;
4747
if ($adapter === $alias) {
4848
$adapterId = $id;
49+
break;
4950
}
5051
}
5152

0 commit comments

Comments
 (0)