Last active
July 18, 2018 14:29
-
-
Save rolandinsh/e4f49060bdf310753880c9e767fe96e7 to your computer and use it in GitHub Desktop.
Legacy support for transit Symfony comment() to writeln()
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* {@inheritdoc} | |
* Legacy support | |
* @link https://github.com/sensiolabs/security-checker/commit/885d3e6400fa4cb18eb68d9fde5b739bbee155ce | |
*/ | |
public function comment($messages, $type = self::OUTPUT_NORMAL) | |
{ | |
$this->writeln($messages, $type); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment