Skip to content

Commit

Permalink
chore: add missing typehints (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Mar 13, 2024
1 parent dc6a895 commit 64a9f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

class RekalogikaDomainEventOutboxBundle extends Bundle
{
public function build(ContainerBuilder $container)
public function build(ContainerBuilder $container): void
{
parent::build($container);

Expand Down
2 changes: 1 addition & 1 deletion packages/domain-event/src/RekalogikaDomainEventBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class RekalogikaDomainEventBundle extends Bundle
{
public function build(ContainerBuilder $container)
public function build(ContainerBuilder $container): void
{
parent::build($container);

Expand Down

0 comments on commit 64a9f40

Please sign in to comment.