Skip to content

Conversation

@jenschude
Copy link

Closes #99

@stof
Copy link
Member

stof commented Apr 12, 2016

could you add a test covering this feature ?

Processor.php Outdated
if (empty($config['comment'])) {
$this->io->write('<comment>Some parameters are missing. Please provide them.</comment>');
} else {
$this->io->write('<comment>' . $config['comment'] . '</comment>');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would use sprintf() here

use sprintf for writing comment
@jenschude
Copy link
Author

Added test cases for this feature and switched to sprintf

@OskarStark
Copy link

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants