Skip to content

Commit

Permalink
Merge pull request #857 from stof/add_missing_types
Browse files Browse the repository at this point in the history
Add a missing type in CoreDriver
  • Loading branch information
stof authored Jun 15, 2023
2 parents 9ea43c2 + 0301360 commit bf5977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Driver/CoreDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ public function rightClick(string $xpath)
* @throws UnsupportedDriverActionException When operation not supported by the driver
* @throws DriverException When the operation cannot be done
*/
public function attachFile(string $xpath, $path)
public function attachFile(string $xpath, string $path)
{
throw new UnsupportedDriverActionException('Attaching a file in an input is not supported by %s', $this);
}
Expand Down

0 comments on commit bf5977f

Please sign in to comment.