@@ -294,6 +294,9 @@ discard block |
||
294 | 294 | return $this->_options; |
295 | 295 | } |
296 | 296 | |
297 | + /** |
|
298 | + * @param string $option_name |
|
299 | + */ |
|
297 | 300 | public function get_option( $option_name ) { |
298 | 301 | $options = $this->get_options(); |
299 | 302 | |
@@ -1428,6 +1431,8 @@ discard block |
||
1428 | 1431 | * Enqueues assets needed to do async loading of related posts. |
1429 | 1432 | * |
1430 | 1433 | * @uses wp_enqueue_script, wp_enqueue_style, plugins_url |
1434 | + * @param boolean $script |
|
1435 | + * @param boolean $style |
|
1431 | 1436 | * @return null |
1432 | 1437 | */ |
1433 | 1438 | protected function _enqueue_assets( $script, $style ) { |
@@ -65,7 +65,7 @@ |
||
65 | 65 | * |
66 | 66 | * @uses Jetpack_Autoupdate::get_possible_failures() |
67 | 67 | * |
68 | - * @param object $screen |
|
68 | + * @param \stdClass $screen |
|
69 | 69 | */ |
70 | 70 | function prepare_jitms( $screen ) { |
71 | 71 | if ( ! in_array( |