Update docs

Change-Id: I96c04c4ce9384816e120baef3572dfc4fd216b9a
This commit is contained in:
Siebrand Mazeland 2012-12-17 11:23:02 +01:00
parent 7e0d8d597d
commit 2575b8cf2b

View file

@ -84,9 +84,9 @@ interface PPFrame {
/**
* Create a child frame
*
* @param $args array
* @param $title Title
* @param $indexOffset A number subtracted from the index attributes of the arguments
* @param array $args
* @param Title $title
* @param int $indexOffset A number subtracted from the index attributes of the arguments
*
* @return PPFrame
*/