@@ -158,7 +158,7 @@ |
||
158 | 158 | * Prevent adding items to the queue if it hasn't sent an item for 15 mins |
159 | 159 | * AND the queue is over 1000 items long (by default). |
160 | 160 | * |
161 | - * @param object $queue Sync queue. |
|
161 | + * @param string $queue Sync queue. |
|
162 | 162 | * @return bool |
163 | 163 | */ |
164 | 164 | public function can_add_to_queue( $queue ) { |
@@ -44,7 +44,7 @@ |
||
44 | 44 | * @param array $attr The attributes of the shortcode. |
45 | 45 | * @param array $old_attr Optional array of attributes from the old shortcode format. |
46 | 46 | * |
47 | - * @return array Width and height. |
|
47 | + * @return integer[] Width and height. |
|
48 | 48 | */ |
49 | 49 | function jetpack_shortcode_get_vimeo_dimensions( $attr, $old_attr = array() ) { |
50 | 50 | global $content_width; |