Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Elendev authored Sep 28, 2024
1 parent f54fbe9 commit fd09367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private function getRepositoryConfig($extras, $name)

foreach ($extras as $key => $repository) {
if (empty($repository[self::PUSH_CFG_NAME])) {
$fmt = 'The push configuration array in composer.json with index {%s} need provide value for key "%s"';
$fmt = 'The push configuration array in composer.json with index {%s} needs to provide the value for key "%s"';
$exceptionMsg = sprintf($fmt, $key, self::PUSH_CFG_NAME);
throw new InvalidConfigException($exceptionMsg);
}
Expand Down

0 comments on commit fd09367

Please sign in to comment.