Skip to content

Commit 4f7c51a

Browse files
Fixing the verbose handler
1 parent 1a56462 commit 4f7c51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/EventHandler/VerboseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ private function formatBytes(int $size): string
6666
public function isDebugEnabled(): bool
6767
{
6868
return $this->input->hasOption(CognitiveMetricsCommand::OPTION_DEBUG)
69-
&& $this->input->getOption(CognitiveMetricsCommand::OPTION_DEBUG) === false;
69+
&& $this->input->getOption(CognitiveMetricsCommand::OPTION_DEBUG) === true;
7070
}
7171
}

0 commit comments

Comments
 (0)