Completed
Push — add/tiled-gallery-block-ssr-sr... ( 2aa431...edff3f )
by Jon
09:26
created
_inc/lib/debugger/class-jetpack-cxn-test-base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
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 );
Please login to merge, or discard this patch.
_inc/lib/debugger/class-jetpack-cxn-tests.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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' );
Please login to merge, or discard this patch.