Skip to content

Commit e682bc1

Browse files
committed
minor #18088 Fix typo for profiler
1 parent ebfe90f commit e682bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Profiler/Profiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function collect(Request $request, Response $response, \Exception $except
200200
foreach ($this->collectors as $collector) {
201201
$collector->collect($request, $response, $exception);
202202

203-
// forces collectors to become "read/only" (they loose their object dependencies)
203+
// forces collectors to become "read/only" (they lose their object dependencies)
204204
$profile->addCollector(unserialize(serialize($collector)));
205205
}
206206

0 commit comments

Comments
 (0)