mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Error message grammar fix
This commit is contained in:
parent
0b9e1da4fc
commit
645e5245dd
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class SolverProblemsException extends \RuntimeException
|
|||
|
||||
$text = "To enable extensions, verify that they are enabled in your .ini files:\n - ";
|
||||
$text .= implode("\n - ", $paths);
|
||||
$text .= "\nYou can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.";
|
||||
$text .= "\nYou can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.";
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue