Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Fix "NULL returned" for compatibility with symphony 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kim_light committed Sep 15, 2020
1 parent f97331d commit b1f44ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/SubscribeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected function execute(InputInterface $input, OutputInterface $output): ?int
return 1;
}

return null;
return 0;
}

private function configureSubscription(
Expand Down

0 comments on commit b1f44ec

Please sign in to comment.