File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " >=7.2 " ,
23
- "codeception/codeception" : " ^4.0.2" ,
24
- "codeception/lib-innerbrowser" : " ^1.3 || ^2.0" ,
22
+ "php" : " >=7.4 " ,
23
+ "codeception/codeception" : " ^4.0.2 || ^5.0.0 " ,
24
+ "codeception/lib-innerbrowser" : " ^1.3 || ^2.0 || ^3.0 " ,
25
25
"nette/di" : " ^3.0" ,
26
26
"nette/bootstrap" : " ^3.0" ,
27
27
"nette/http" : " ^3.0.3" ,
Original file line number Diff line number Diff line change 15
15
class NetteApplicationModule extends Framework
16
16
{
17
17
18
- /** @var mixed[] */
19
- protected $ config = [
18
+ protected array $ config = [
20
19
'followRedirects ' => true ,
21
20
];
22
21
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ class NetteDIModule extends Module
23
23
/** @var callable[] function(Container $container): void; */
24
24
public $ onCreateContainer = [];
25
25
26
- /** @var mixed[] */
27
- protected $ config = [
26
+ protected array $ config = [
28
27
'configFiles ' => [],
29
28
'appDir ' => null ,
30
29
'logDir ' => null ,
@@ -34,8 +33,7 @@ class NetteDIModule extends Module
34
33
'newContainerForEachTest ' => false ,
35
34
];
36
35
37
- /** @var string[] */
38
- protected $ requiredFields = [
36
+ protected array $ requiredFields = [
39
37
'tempDir ' ,
40
38
];
41
39
You can’t perform that action at this time.
0 commit comments