8000 minor #18088 Fix typo for profiler · symfony/symfony@44398fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 44398fc

Browse files
committed
minor #18088 Fix typo for profiler
1 parent fcac5dd commit 44398fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/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/onl 4E96 y" (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)
0