We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c745c commit c32f7bfCopy full SHA for c32f7bf
1 file changed
test/codeception-report/unit/StepsTest.php
@@ -95,7 +95,7 @@ public function __construct(string $failure, string $action, array $arguments =
95
}
96
97
#[\Override]
98
- public function run(ModuleContainer $container = null): void
+ public function run(?ModuleContainer $container = null): void
99
{
100
$this->setFailed(true);
101
Unit::fail($this->failure);
0 commit comments