Merge "Edit warning should get value from editors"
[lhc/web/wiklou.git] / includes / filerepo / FileRepoStatus.php
index 56fddf4..56848df 100644 (file)
@@ -43,7 +43,7 @@ class FileRepoStatus extends Status {
 
        /**
         * @param FileRepo|bool $repo Default: false
-        * @param $value
+        * @param mixed $value
         * @return FileRepoStatus
         */
        static function newGood( $repo = false, $value = null ) {
@@ -54,7 +54,7 @@ class FileRepoStatus extends Status {
        }
 
        /**
-        * @param $repo FileRepo
+        * @param bool|FileRepo $repo
         */
        function __construct( $repo = false ) {
                if ( $repo ) {