Added some missing @since tags.
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 3 Apr 2013 20:13:36 +0000 (13:13 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 3 Apr 2013 20:13:43 +0000 (13:13 -0700)
Change-Id: I31c264aebf63f4bcaa3042f624e91dc27f5687e8

includes/job/Job.php

index 7e2fbf5..c6787a0 100644 (file)
@@ -195,6 +195,7 @@ abstract class Job {
 
        /**
         * @return bool Whether this job can be retried on failure by job runners
+        * @since 1.21
         */
        public function allowRetries() {
                return true;
@@ -204,6 +205,7 @@ abstract class Job {
         * Subclasses may need to override this to make duplication detection work
         *
         * @return Array Map of key/values
+        * @since 1.21
         */
        public function getDeduplicationInfo() {
                $info = array(
@@ -225,6 +227,7 @@ abstract class Job {
        /**
         * @param string $key A key that identifies the task
         * @return Array
+        * @since 1.21
         */
        public static function newRootJobParams( $key ) {
                return array(