X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ffilerepo%2FFileRepoStatus.php;h=6f28b104bca13d72a6ceb2954ba20b1c1d4c66e3;hb=c87a63935a2595f6c24f0a3af94cd29d2b82f80a;hp=161284c01cf4ca3340bf6ea4dd773fa86bc7e99b;hpb=4f1764f7a0203e3723361d84203719f1ea630278;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/FileRepoStatus.php b/includes/filerepo/FileRepoStatus.php index 161284c01c..6f28b104bc 100644 --- a/includes/filerepo/FileRepoStatus.php +++ b/includes/filerepo/FileRepoStatus.php @@ -1,6 +1,21 @@ value = $value; return $result; } + /** + * @param $repo FileRepo + */ function __construct( $repo = false ) { if ( $repo ) { $this->cleanCallback = $repo->getErrorCleanupFunction();