We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d011c6 commit a947866Copy full SHA for a947866
src/Command/VerifyInstall.php
@@ -91,7 +91,7 @@ public function __invoke()
91
array_walk($missingExtensions, function ($missingExtension) use ($style) {
92
$style->error(
93
sprintf(
94
- 'The %s extension is missing - use your preferred package manager to install it',
+ 'The %s extension is missing - use your preferred package manager to install it.',
95
$missingExtension
96
)
97
);
0 commit comments