10000 minor #18117 Profiler typo fix (Enleur) · symfony/symfony@97f2321 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97f2321

Browse files
committed
minor #18117 Profiler typo fix (Enleur)
This PR was merged into the 2.3 branch. Discussion ---------- Profiler typo fix | Q | A | ------------- | --- | Branch | 2.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18088 | License | MIT | Doc PR | n/a Commits ------- 44398fc minor #18088 Fix typo for profiler
2 parents fcac5dd + 44398fc commit 97f2321

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/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)
0