Fix [missing] variables in @param docs

Two places found without variable, one without $ and one only missed a
space before $

Change-Id: Iacd7c386d57223f3a112b59cd11383ef5c0ac2f1
This commit is contained in:
umherirrender 2014-04-06 20:11:30 +02:00
parent 964b6f8ab3
commit edbd8ea6b3
4 changed files with 4 additions and 4 deletions

View file

@ -4916,7 +4916,7 @@ class Title {
* they will already be wrapped in paragraphs.
*
* @since 1.21
* @param int oldid Revision ID that's being edited
* @param int $oldid Revision ID that's being edited
* @return Array
*/
public function getEditNotices( $oldid = 0 ) {

View file

@ -78,7 +78,7 @@ class GIFHandler extends BitmapHandler {
/**
* @todo Add unit tests
*
* @param File$image
* @param File $image
* @return bool
*/
function getImageArea( $image ) {

View file

@ -267,7 +267,7 @@ LUA;
/**
* @param RedisConnRef $conn
* @param float UNIX timestamp
* @param float $now UNIX timestamp
* @return string|bool False on failure
*/
protected function initAndPopPoolSlotList( RedisConnRef $conn, $now ) {

View file

@ -193,7 +193,7 @@ class SiteSQLStore implements SiteStore {
*
* @since 1.22
*
* @param Site
* @param Site $site
*
* @return ORMRow
*/