Completed
Push — add/rendered-components ( 52181d...7e7f24 )
by Bernhard
07:11
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.
_inc/lib/components.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -10,6 +10,7 @@
 block discarded – undo
10 10
 	 *
11 11
 	 * @since 7.6.0
12 12
 	 *
13
+	 * @param string $name
13 14
 	 * @return string The component markup
14 15
 	 */
15 16
 	public static function render_component( $name, $props ) {
Please login to merge, or discard this patch.