Skip to content

Commit

Permalink
qa: rephrase exception message
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Jan 17, 2024
1 parent 411151e commit 2643615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Service/ConfigProviderIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function servicesProvidedByConfigProvider(): Generator
private static function assertMappedWithStrings(mixed $iterable): void
{
if (! is_array($iterable)) {
throw new InvalidArgumentException('Expecting value to be iterable.');
throw new InvalidArgumentException('Expecting value to be an array.');
}

foreach (array_keys($iterable) as $value) {
Expand Down

0 comments on commit 2643615

Please sign in to comment.