Error message grammar fix
parent
0b9e1da4fc
commit
645e5245dd
|
@ -118,7 +118,7 @@ class SolverProblemsException extends \RuntimeException
|
||||||
|
|
||||||
$text = "To enable extensions, verify that they are enabled in your .ini files:\n - ";
|
$text = "To enable extensions, verify that they are enabled in your .ini files:\n - ";
|
||||||
$text .= implode("\n - ", $paths);
|
$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;
|
return $text;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue