File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/functional/Codeception Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ class Docker extends BaseModule
23
23
/**
24
24
* @var array
25
25
*/
26
- protected $ config = [
26
+ protected array $ config = [
27
27
'system_magento_dir ' => '' ,
28
28
'printOutput ' => false ,
29
29
];
30
30
31
31
/**
32
32
* @var array
33
33
*/
34
- protected $ services = [];
34
+ protected array $ services = [];
35
35
36
36
/**
37
37
* @inheritdoc
38
38
*/
39
- public function _initialize ()
39
+ public function _initialize (): void
40
40
{
41
41
$ container = Robo::createDefaultContainer ();
42
42
$ builder = CollectionBuilder::create ($ container , $ this );
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public function _after(TestInterface $test)
122
122
* This method is overridden to avoid connection attempts before running Docker
123
123
* {@inheritdoc}
124
124
*/
125
- public function _initialize () {}
125
+ public function _initialize (): void {}
126
126
127
127
/**
128
128
* This method is overridden to avoid connection attempts before running Docker
You can’t perform that action at this time.
0 commit comments