Skip to content

Commit b102cf9

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix an RST syntax issue
2 parents 896839d + 83aaa26 commit b102cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler.rst

Lines changed: 1 addition & 1 deletion
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)