Completed
Push — add/feature-rollout ( 3c82b9...3c7fd4 )
by
unknown
19:46 queued 11:55
created
class.jetpack-feature-rollout.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
 		}
64 64
 	}
65 65
 
66
+	/**
67
+	 * @param string $feature
68
+	 */
66 69
 	static function is_enabled( $feature ) {
67 70
 		// For sanity, let's also check that we've initialized the feature here as well.
68 71
 		self::fetch_features_if_transient_false();
Please login to merge, or discard this patch.