We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a0232 commit 110ab59Copy full SHA for 110ab59
1 file changed
src/ProfilerFactory.php
@@ -46,7 +46,7 @@ public static function create(array $config)
46
);
47
}
48
49
- foreach ($adapters as $profiler => $factory) {
+ foreach ($adapters as $factory) {
50
$adapter = $factory($config);
51
if ($adapter->isSupported()) {
52
return $adapter;
0 commit comments