Skip to content

Commit

Permalink
bump behat/mink to 1.11 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-andreyev authored Dec 10, 2024
1 parent b5db536 commit afd5770
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php": ">=8.1",
"behat/mink": "^1.10",
"behat/mink": "^1.11",
"php-webdriver/webdriver": "^1.14"
},
"require-dev": {
Expand Down
2 changes: 0 additions & 2 deletions src/WebDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,6 @@ public function getValue(
}

/**
* @param string $xpath
*
* @throws DriverException
* @throws ElementNotInteractableException
* @throws NoSuchElementException
Expand Down

0 comments on commit afd5770

Please sign in to comment.