Skip to content

Commit 1b8cd61

Browse files
authored
Update Phiremock.php
1 parent eb496fe commit 1b8cd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Extension/Phiremock.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
class Phiremock extends CodeceptionExtension
3030
{
3131
/** @var array */
32-
public static $events = [
32+
public static array $events = [
3333
'suite.before' => 'startProcess',
3434
'suite.after' => 'stopProcess',
3535
];
3636

3737
/** @var array */
38-
protected $config = Config::DEFAULT_CONFIG;
38+
protected array $config = Config::DEFAULT_CONFIG;
3939

4040
/** @var PhiremockProcessManager */
4141
private $process;

0 commit comments

Comments
 (0)