Tweaked TempFSFile::bind() param type docs
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 1 May 2015 23:31:43 +0000 (16:31 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 2 May 2015 00:13:57 +0000 (00:13 +0000)
Change-Id: I53de37b3da756ca42447edd60c14cd6d43b56ee2

includes/filebackend/TempFSFile.php

index 791be7f..fa4eb5f 100644 (file)
@@ -96,7 +96,7 @@ class TempFSFile extends FSFile {
        /**
         * Clean up the temporary file only after an object goes out of scope
         *
-        * @param stdClass $object
+        * @param object $object
         * @return TempFSFile This object
         */
        public function bind( $object ) {