Merge "Revert "Remove invalid language code "bh" (alias of "bho")""
[lhc/web/wiklou.git] / includes / filerepo / NullRepo.php
index dda51ce..f2b7395 100644 (file)
  * @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.' );