Completed
Push — update/upgrade-nudge-fix-style... ( 19300a...9ce35e )
by Jon
11:55 queued 05:01
created
packages/sync/src/Defaults.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -734,6 +734,9 @@
 block discarded – undo
734 734
 		return floor( $max_exec_time / 3 );
735 735
 	}
736 736
 
737
+	/**
738
+	 * @param string $setting
739
+	 */
737 740
 	static function get_default_setting( $setting ) {
738 741
 		$default_name = "default_$setting"; // e.g. default_dequeue_max_bytes
739 742
 		return self::$$default_name;
Please login to merge, or discard this patch.
packages/sync/src/Server.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 	 *
65 65
 	 * @access public
66 66
 	 *
67
-	 * @param Automattic\Jetpack\Sync\Codec_Interface $codec Codec instance.
67
+	 * @param Codec_Interface $codec Codec instance.
68 68
 	 */
69 69
 	public function set_codec( Codec_Interface $codec ) {
70 70
 		$this->codec = $codec;
Please login to merge, or discard this patch.