Skip to content

Commit 83aaa26

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Fix an RST syntax issue
2 parents 55a46e7 + c740e62 commit 83aaa26

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)