Skip to content

Commit c32f7bf

Browse files
authored
Fix deprecated typing (#135)
1 parent 80c745c commit c32f7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/codeception-report/unit/StepsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function __construct(string $failure, string $action, array $arguments =
9595
}
9696

9797
#[\Override]
98-
public function run(ModuleContainer $container = null): void
98+
public function run(?ModuleContainer $container = null): void
9999
{
100100
$this->setFailed(true);
101101
Unit::fail($this->failure);

0 commit comments

Comments
 (0)