Skip to content

Commit

Permalink
Remove PHPStan exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Dec 14, 2023
1 parent d969ff0 commit 20876d5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions phpstan.dist.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ parameters:
treatPhpDocTypesAsCertain: false
ignoreErrors:
- '#^Method Behat\\Mink\\Tests\\Driver\\Custom\\[^:]+Test(Case)?\:\:test\w*\(\) has no return type specified\.$#'
# instaclick/php-webdriver misses the @method for this magic method
- '#^Call to an undefined method WebDriver\\Session\:\:file\(\)\.$#'
# W3C compatability changes
- '#^Call to an undefined method WebDriver\\Session\:\:getWindowHandles\(\)\.$#'
- '#^Call to an undefined method WebDriver\\Session\:\:getWindowHandle\(\)\.$#'
- '#^Call to an undefined method WebDriver\\Session\:\:postActions\(\)\.$#'
- '#^Call to an undefined method WebDriver\\Session\:\:deleteActions\(\)\.$#'
- '#^Call to an undefined method WebDriver\\Session|WebDriver\\Window\\:\:postRect\(\)\.$#'
- '#^Access to undefined constant WebDriver\\Element\:\:WEB_ELEMENT_ID\.$#'
- '#^Call to an undefined method WebDriver\\Element\:\:property\(\)\.$#'

includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
Expand Down

0 comments on commit 20876d5

Please sign in to comment.