@@ -54,7 +54,6 @@ discard block |
||
54 | 54 | * Constructor for Jetpack_RelatedPosts. |
55 | 55 | * |
56 | 56 | * @uses get_option, add_action, apply_filters |
57 | - * @param Assets $assets |
|
58 | 57 | * |
59 | 58 | * @return null |
60 | 59 | */ |
@@ -490,6 +489,9 @@ discard block |
||
490 | 489 | return $this->_options; |
491 | 490 | } |
492 | 491 | |
492 | + /** |
|
493 | + * @param string $option_name |
|
494 | + */ |
|
493 | 495 | public function get_option( $option_name ) { |
494 | 496 | $options = $this->get_options(); |
495 | 497 | |
@@ -1651,6 +1653,8 @@ discard block |
||
1651 | 1653 | * Enqueues assets needed to do async loading of related posts. |
1652 | 1654 | * |
1653 | 1655 | * @uses wp_enqueue_script, wp_enqueue_style, plugins_url |
1656 | + * @param boolean $script |
|
1657 | + * @param boolean $style |
|
1654 | 1658 | * @return null |
1655 | 1659 | */ |
1656 | 1660 | protected function _enqueue_assets( $script, $style ) { |
@@ -28,7 +28,6 @@ |
||
28 | 28 | /** |
29 | 29 | * JITM constructor. |
30 | 30 | * |
31 | - * @param \Automattic\Jetpack\Assets $assets |
|
32 | 31 | */ |
33 | 32 | public function __construct() { |
34 | 33 | $this->tracking = new Tracking(); |