Http::getProxy() method to get proxy configuration
[lhc/web/wiklou.git] / includes / filerepo / NullRepo.php
index 3f39f60..f2b7395 100644 (file)
  * @ingroup FileRepo
  */
 class NullRepo extends FileRepo {
-       function __construct( $info ) {}
+       /**
+        * @param array|null $info
+        */
+       function __construct( $info ) {
+       }
 
        protected function assertWritableRepo() {
                throw new MWException( get_class( $this ) . ': write operations are not supported.' );