@@ -296,7 +296,7 @@ |
||
296 | 296 | /** |
297 | 297 | * Asserts whether all expected texts can be found in the output within a given context. |
298 | 298 | * |
299 | - * @param array $expected Excerpts of text expected to be found in the output |
|
299 | + * @param string[] $expected Excerpts of text expected to be found in the output |
|
300 | 300 | * @param string $output Searched output |
301 | 301 | */ |
302 | 302 | private function assertOutputFoundInContext( |