Fix/update inline documentation in WikiPage class
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Tue, 25 Mar 2014 18:21:50 +0000 (19:21 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Tue, 25 Mar 2014 18:21:50 +0000 (19:21 +0100)
commitc72b98e8d63e5a63f81fd2cb920eeea10ba6aeb1
tree3ed646f7e384950194407070df15a413c7fd3f6e
parent587a98aa02351b5a27145e92d3827a0945b70a41
Fix/update inline documentation in WikiPage class

* Add missing "new" to methods that actually support it.
* Use more precise type hints in PHPDoc comments.
* Lowercase "string" and "array", they aren't objects.
* Drop a useless comment that only repeats the method name.
* Add some line breaks.

Change-Id: I2f50179eedffcb1809c46fa7ee1c062144a94ffe
includes/WikiPage.php