Skip to content

Commit c740e62

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix an RST syntax issue
2 parents 2dfcd1e + cae60d7 commit c740e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ template access to the collected information::
373373
public function getSomeObject()
374374
{
375375
// use the cloneVar() method to dump collected data in the profiler
376-
return $this->cloneVar($this->data['method']);
376+
return $this->cloneVar($this->data['method']);
377377
}
378378
}
379379

0 commit comments

Comments
 (0)