Completed
Push — add/test-filter ( 3e2849 )
by
unknown
07:01
created
_inc/lib/debugger/class-jetpack-cxn-test-base.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
 	 * @since 7.2 Added name arg.
54 54
 	 *
55 55
 	 * @param callable $callable Test to add to queue.
56
-	 * @param array    $groups Testing groups to add test to.
56
+	 * @param string[]    $groups Testing groups to add test to.
57 57
 	 * @param string   $name Common name for the test.
58 58
 	 *
59 59
 	 * @return bool True if successfully added. False for a failure.
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
 	 *
131 131
 	 * @param string $group Testing group to check status of. Optional, default all tests.
132 132
 	 *
133
-	 * @return true|array True if all tests pass. Array of failed tests.
133
+	 * @return boolean True if all tests pass. Array of failed tests.
134 134
 	 */
135 135
 	public function pass( $group = 'default' ) {
136 136
 		$results = $this->raw_results( $group );
Please login to merge, or discard this patch.