Skip to content

Commit 3fe6ddf

Browse files
authored
Explicitly mark parameter as nullable (#58)
1 parent e75713b commit 3fe6ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extension/Phiremock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Phiremock extends CodeceptionExtension
4747
public function __construct(
4848
array $config,
4949
array $options,
50-
PhiremockProcessManager $process = null
50+
?PhiremockProcessManager $process = null
5151
) {
5252
$this->setDefaultLogsPath();
5353
parent::__construct($config, $options);

0 commit comments

Comments
 (0)