Skip to content

Commit

Permalink
Update phpstan/phpstan requirement from 1.4.9 to 1.6.3 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 28, 2022
1 parent b2641bb commit fe261e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"nette/tester": "2.4.2",
"mockery/mockery": "1.5.0",
"phpstan/phpstan": "1.4.9",
"phpstan/phpstan": "1.6.3",
"phpstan/phpstan-strict-rules": "1.1.0",
"phpstan/phpstan-nette": "1.0.0",
"nepada/phpstan-nette-tester": "0.4.0",
Expand Down
3 changes: 0 additions & 3 deletions phpstan.neon.dist
Expand Up @@ -21,9 +21,6 @@ parameters:
- Nette\InvalidStateException

ignoreErrors:
- # false positive
message: "#Cannot access property \\$attrs on Latte\\\\HtmlNode\\|null#"
path: src/FormRenderer/Macros/FormRendererMacros.php
-
message: '#If condition is always false#'
path: src/compatibility.php

0 comments on commit fe261e2

Please sign in to comment.