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.
1 parent 09ccaf4 commit cae60d7Copy full SHA for cae60d7
profiler.rst
@@ -364,7 +364,7 @@ template access to the collected information::
364
public function getSomeObject()
365
{
366
// use the cloneVar() method to dump collected data in the profiler
367
- return $this->cloneVar($this->data['method']);
+ return $this->cloneVar($this->data['method']);
368
}
369
370
0 commit comments