Skip to content

Commit 723c6d4

Browse files
committed
Fix CI output.
1 parent b817aa9 commit 723c6d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Annotator/AbstractAnnotator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ abstract class AbstractAnnotator {
121121
* @param array<string, mixed> $config
122122
*/
123123
public function __construct(Io $io, array $config) {
124-
static::$output = false;
125124
$this->_io = $io;
126125
$this->setConfig($config);
127126

src/Command/AnnotateCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public function execute(Arguments $args, ConsoleIo $io) {
6464
}
6565
ConnectionHelper::addTestAliases();
6666
}
67+
68+
AbstractAnnotator::$output = false;
6769
}
6870

6971
/**

0 commit comments

Comments
 (0)