Skip to content

Commit 110ab59

Browse files
committed
Cleanup unused $profiler
1 parent f1a0232 commit 110ab59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ProfilerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function create(array $config)
4646
);
4747
}
4848

49-
foreach ($adapters as $profiler => $factory) {
49+
foreach ($adapters as $factory) {
5050
$adapter = $factory($config);
5151
if ($adapter->isSupported()) {
5252
return $adapter;

0 commit comments

Comments
 (0)