Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use constants to define "styles" #11

Open
Aerendir opened this issue Jul 27, 2020 · 0 comments
Open

Use constants to define "styles" #11

Aerendir opened this issue Jul 27, 2020 · 0 comments

Comments

@Aerendir
Copy link
Owner

    /**
     * Formats a command comment as single line.
     *
     * @param string $message
     */
    public function cautionLine(string $message): void
    {
-        $this->writeln($this->createLine($message, 'caution', 'caution', ' ! '));
+        $this->writeln($this->createLine($message, 'caution', ConsoleStyles::CAUTION, ' ! '));
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant