r110125 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110124‎ | r110125 | r110126 >
Date:14:30, 27 January 2012
Author:reedy
Status:ok
Tags:filebackend 
Comment:
Add documentation

Fix whitespace
Modified paths:
  • /trunk/phase3/includes/filerepo/backend/FileBackendGroup.php (modified) (history)
  • /trunk/phase3/includes/filerepo/backend/lockmanager/LockManager.php (modified) (history)
  • /trunk/phase3/includes/filerepo/backend/lockmanager/LockManagerGroup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/backend/lockmanager/LockManagerGroup.php
@@ -7,6 +7,10 @@
88 * @since 1.19
99 */
1010 class LockManagerGroup {
 11+
 12+ /**
 13+ * @var LockManagerGroup
 14+ */
1115 protected static $instance = null;
1216
1317 /** @var Array of (name => ('class' =>, 'config' =>, 'instance' =>)) */
Index: trunk/phase3/includes/filerepo/backend/lockmanager/LockManager.php
@@ -119,10 +119,10 @@
120120 protected function __construct(
121121 LockManager $manager, array $paths, $type, Status $status
122122 ) {
123 - $this->manager = $manager;
124 - $this->paths = $paths;
125 - $this->status = $status;
126 - $this->type = $type;
 123+ $this->manager = $manager;
 124+ $this->paths = $paths;
 125+ $this->status = $status;
 126+ $this->type = $type;
127127 }
128128
129129 protected function __clone() {}
Index: trunk/phase3/includes/filerepo/backend/FileBackendGroup.php
@@ -12,6 +12,9 @@
1313 * @since 1.19
1414 */
1515 class FileBackendGroup {
 16+ /**
 17+ * @var FileBackendGroup
 18+ */
1619 protected static $instance = null;
1720
1821 /** @var Array (name => ('class' => string, 'config' => array, 'instance' => object)) */

Status & tagging log