Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Andreyev <[email protected]>
  • Loading branch information
oleg-andreyev committed Jul 12, 2023
1 parent 6d627ad commit 94b407a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

parameters:
level: 6
paths:
Expand Down
2 changes: 1 addition & 1 deletion src/WebDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function getDesiredCapabilities()
return $this->desiredCapabilities;
}

public function getWebDriver(): ?WebDriver
public function getWebDriver(): ?RemoteWebDriver
{
return $this->webDriver;
}
Expand Down

0 comments on commit 94b407a

Please sign in to comment.