@@ -53,7 +53,7 @@ discard block |
||
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 |
||
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 ); |