X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Ffilerepo%2FNullRepo.php;h=f2b7395c7bd400f9a36cfc360ce3acf9661a7e1d;hb=1a2299c74908501bd2b21bc5129d68737aaef004;hp=dda51cea6bd351c0f2908abc52019c2669c2f97d;hpb=0d22edd27be1b912d8a7da4a2180044189f23475;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/NullRepo.php b/includes/filerepo/NullRepo.php index dda51cea6b..f2b7395c7b 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.' );