Skip to content

Commit a00e3f9

Browse files
committed
Test against PHP 8.4
1 parent 81f513b commit a00e3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Binding/Module/ConfigBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ public function build(): object
6060
public function add_module(
6161
string $id,
6262
string $class,
63-
string $parent = null,
63+
?string $parent = null,
6464
array $require = [],
6565
array $models = [],
66-
string $path = null,
66+
?string $path = null,
6767
): self {
6868
if (isset($this->descriptors[$id])) {
6969
throw new LogicException("module '$id' already defined");

0 commit comments

Comments
 (0)