@@ -129,7 +129,7 @@ |
||
| 129 | 129 | * |
| 130 | 130 | * @param string $group Testing group to check status of. Optional, default all tests. |
| 131 | 131 | * |
| 132 | - * @return true|array True if all tests pass. Array of failed tests. |
|
| 132 | + * @return boolean True if all tests pass. Array of failed tests. |
|
| 133 | 133 | */ |
| 134 | 134 | public function pass( $group = 'default' ) { |
| 135 | 135 | $results = $this->raw_results( $group ); |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | /** |
| 53 | 53 | * Helper function to look up the expected master user and return the local WP_User. |
| 54 | 54 | * |
| 55 | - * @return WP_User Jetpack's expected master user. |
|
| 55 | + * @return string Jetpack's expected master user. |
|
| 56 | 56 | */ |
| 57 | 57 | protected function helper_retrieve_local_master_user() { |
| 58 | 58 | $master_user = Jetpack_Options::get_option( 'master_user' ); |