Skip to content

Commit 7d08957

Browse files
committed
Add void return type to configure() method
1 parent 013b316 commit 7d08957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modularize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected function module(): ?ModuleConfig
2424
return null;
2525
}
2626

27-
protected function configure()
27+
protected function configure(): void
2828
{
2929
parent::configure();
3030

0 commit comments

Comments
 (0)