Skip to content

Commit

Permalink
Fix exception again..
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 14, 2020
1 parent 8c82bf8 commit a898626
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public function __construct(array $configuration, array $connectionCredentials =

foreach (['stream', 'group', 'consumer'] as $key) {
if (isset($configuration[$key]) && '' === $configuration[$key]) {
throw new InvalidArgumentException(sprintf('"%s" should be configured, got an empty string', $key));
throw new InvalidArgumentException(sprintf('"%s" should be configured, got an empty string.', $key));
}
}

Expand Down

0 comments on commit a898626

Please sign in to comment.