Completed
Push — add/cxn-tests ( 1606a4...56666a )
by
unknown
34:53 queued 25:14
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.