Fix doxygen docs before REL1_19 branching
[lhc/web/wiklou.git] / includes / parser / ParserOutput.php
index 2877dcb..2d99a3b 100644 (file)
@@ -285,7 +285,7 @@ class ParserOutput extends CacheTime {
         * Register a file dependency for this output
         * @param $name string Title dbKey
         * @param $timestamp string MW timestamp of file creation (or false if non-existing)
-        * @param $sha string base 36 SHA-1 of file (or false if non-existing)
+        * @param $sha1 string base 36 SHA-1 of file (or false if non-existing)
         * @return void
         */
        function addImage( $name, $timestamp = null, $sha1 = null ) {