File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
},
21
21
"require-dev" : {
22
22
"nette/application" : " ^3.0.0@alpha" ,
23
+ "nette/caching" : " ^3.0.0@alpha" ,
23
24
"latte/latte" : " ^3.0.0@alpha" ,
24
25
"tracy/tracy" : " ^2.4.0"
25
26
},
Original file line number Diff line number Diff line change @@ -7,6 +7,5 @@ parameters:
7
7
- %rootDir%/../../../tests/_*
8
8
9
9
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 #'
11
11
- '#^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 #'
You can’t perform that action at this time.
0 commit comments