Completed
Push — improving-sync-with-enej ( 7e989d...1f2e85 )
by
unknown
11:23
created
sync/class.jetpack-sync-item.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 	private $meta_data;
9 9
 	private $trigger;
10 10
 
11
+	/**
12
+	 * @param string $trigger
13
+	 */
11 14
 	function __construct( $trigger, $object = null ) {
12 15
 		$this->trigger = $trigger;
13 16
 		if ( ! is_null( $object ) ) {
Please login to merge, or discard this patch.