Update docs
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 17 Dec 2012 10:23:02 +0000 (11:23 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 17 Dec 2012 10:23:02 +0000 (11:23 +0100)
Change-Id: I96c04c4ce9384816e120baef3572dfc4fd216b9a

includes/parser/Preprocessor.php

index bd13f9a..687dceb 100644 (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
         */