Skip to content

Commit 2a58399

Browse files
committed
Fix CI
1 parent 4947ee9 commit 2a58399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Codeception/Lib/InnerBrowser.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,8 +1216,9 @@ public function selectOption($select, $option)
12161216

12171217
/**
12181218
* @param string|array $option
1219+
* @return mixed
12191220
*/
1220-
protected function matchOption(Crawler $field, $option): string
1221+
protected function matchOption(Crawler $field, $option)
12211222
{
12221223
if (isset($option['value'])) {
12231224
return $option['value'];

0 commit comments

Comments
 (0)