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 2dfcd1e + cae60d7 commit c740e62Copy full SHA for c740e62
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