Completed
Push — add/sync-rest-2 ( 6d3918...aea86a )
by
unknown
08:56
created
class.jetpack-sync.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -398,6 +398,11 @@  discard block
 block discarded – undo
398 398
 	/* Options Sync */
399 399
 
400 400
 	/* Ah... so much simpler than Posts and Comments :) */
401
+
402
+	/**
403
+	 * @param string $file
404
+	 * @param string $option
405
+	 */
401 406
 	function options( $file, $option /*, $option, ... */ ) {
402 407
 		$options = func_get_args();
403 408
 		$file    = array_shift( $options );
@@ -506,6 +511,7 @@  discard block
 block discarded – undo
506 511
 
507 512
 	/**
508 513
 	 * Returns default values of Constants
514
+	 * @param string $constant
509 515
 	 */
510 516
 	function default_constant( $constant ) {
511 517
 		switch ( $constant ) {
Please login to merge, or discard this patch.