Use 'AS' for column alias
[lhc/web/wiklou.git] / includes / FileRevertForm.php
index a058d06..eb16693 100644 (file)
@@ -17,7 +17,7 @@ class FileRevertForm {
        /**
         * Constructor
         *
-        * @param File $file File we're reverting
+        * @param $file File we're reverting
         */
        public function __construct( $file ) {
                $this->title = $file->getTitle();