We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a46e7 + c740e62 commit 83aaa26Copy full SHA for 83aaa26
profiler.rst
@@ -373,7 +373,7 @@ template access to the collected information::
373
public function getSomeObject()
374
{
375
// use the cloneVar() method to dump collected data in the profiler
376
- return $this->cloneVar($this->data['method']);
+ return $this->cloneVar($this->data['method']);
377
}
378
379
0 commit comments