Skip to content

Commit 9be3cd9

Browse files
committed
Fix phpstan errors
1 parent 5b43db8 commit 9be3cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"require-dev": {
2222
"nette/application": "^3.0.0@alpha",
23+
"nette/caching": "^3.0.0@alpha",
2324
"latte/latte": "^3.0.0@alpha",
2425
"tracy/tracy": "^2.4.0"
2526
},

phpstan.neon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ parameters:
77
- %rootDir%/../../../tests/_*
88

99
ignoreErrors:
10-
- '#^Calling method getContent\(\) on possibly nullable type Symfony\\Component\\BrowserKit\\Response\|null#'
10+
- '#^Calling method getContent\(\) on possibly null value of type Symfony\\Component\\BrowserKit\\Response\|null#'
1111
- '#^Method Arachne\\Codeception\\Module\\NetteDIModule::getContainer\(\) should return Nette\\DI\\Container but returns Nette\\DI\\Container\|null#'
12-
- '#^Calling method [a-zA-Z]++\(\) on possibly nullable type Nette\\DI\\Container\|null#'

0 commit comments

Comments
 (0)