Index: trunk/phase3/includes/installer/DatabaseUpdater.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | * @param $shared bool Whether to perform updates on shared tables |
43 | 43 | * @param $maintenance Maintenance Maintenance object which created us |
44 | 44 | * |
45 | | - * @TODO @FIXME Make $wgDatabase go away. |
| 45 | + * @todo FIXME: Make $wgDatabase go away. |
46 | 46 | */ |
47 | 47 | protected function __construct( DatabaseBase &$db, $shared, Maintenance $maintenance = null ) { |
48 | 48 | global $wgDatabase; |