Skip to content

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

@florianpreusner

Description

@florianpreusner

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions