summaryrefslogtreecommitdiff
path: root/includes/filerepo/NullRepo.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/filerepo/NullRepo.php')
-rw-r--r--includes/filerepo/NullRepo.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/filerepo/NullRepo.php b/includes/filerepo/NullRepo.php
index dda51cea..f2b7395c 100644
--- a/includes/filerepo/NullRepo.php
+++ b/includes/filerepo/NullRepo.php
@@ -26,11 +26,11 @@
* @ingroup FileRepo
*/
class NullRepo extends FileRepo {
-
/**
- * @param $info array|null
+ * @param array|null $info
*/
- function __construct( $info ) {}
+ function __construct( $info ) {
+ }
protected function assertWritableRepo() {
throw new MWException( get_class( $this ) . ': write operations are not supported.' );