@@ -302,8 +302,8 @@ |
||
302 | 302 | /** |
303 | 303 | * Asserts whether all expected texts can be found in the output within a given context. |
304 | 304 | * |
305 | - * @param string $extract PCRE regex expected to have a single matching group, extracting the content of a context |
|
306 | - * @param array $expected Excerpts of text expected to be found in the output |
|
305 | + * @param string $extractor PCRE regex expected to have a single matching group, extracting the content of a context |
|
306 | + * @param string[] $expected Excerpts of text expected to be found in the output |
|
307 | 307 | * @param string $output Searched output |
308 | 308 | */ |
309 | 309 | private function assertOutputFoundInContext($extractor, $expected, $output) |