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

[Insight] Unused method, property, variable or parameter #1

Open
florianpreusner opened this issue Nov 11, 2013 · 0 comments
Open

[Insight] Unused method, property, variable or parameter #1

florianpreusner opened this issue Nov 11, 2013 · 0 comments
Labels

Comments

@florianpreusner
Copy link
Member

in Console/Output/ConsoleTimestampOutput.php, line 43

This formatter local variable is declared but never used. You should remove it.

     */
    public function __construct($verbosity = self::VERBOSITY_NORMAL, $decorated = null, OutputFormatterInterface $formatter = null) {

        $this->lastTime = microtime(true);

        parent::__construct($verbosity = self::VERBOSITY_NORMAL, $decorated = null, $formatter = null);
    }

    /**
     * Write message
     *

Posted from SensioLabsInsight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant