Skip to content

Commit fd09367

Browse files
authored
Fix comment
1 parent f54fbe9 commit fd09367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ private function getRepositoryConfig($extras, $name)
338338

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

0 commit comments

Comments
 (0)