@@ -734,6 +734,9 @@ |
||
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; |
@@ -64,7 +64,7 @@ |
||
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; |