We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76d17d commit 013d2abCopy full SHA for 013d2ab
1 file changed
ScriptHandler.php
@@ -49,7 +49,7 @@ private static function processFile(array $config, IOInterface $io)
49
$yamlParser = new Parser();
50
51
$action = $exists ? 'Updating' : 'Creating';
52
- $io->write(sprintf('<info>%s the "%s" file.</info>', $action, $realFile));
+ $io->write(sprintf('<info>%s the "%s" file</info>', $action, $realFile));
53
54
// Find the expected params
55
$expectedValues = $yamlParser->parse(file_get_contents($config['dist-file']));
0 commit comments