Skip to content

Commit 2ac15a2

Browse files
author
Josh McRae
committed
Added missing method from OutputInterface
1 parent 078ce47 commit 2ac15a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Console/MigrationDiffFilteredOutput.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ public function getVerbosity(): int
5353
return $this->output->getVerbosity();
5454
}
5555

56+
public function isSilent(): bool
57+
{
58+
return $this->output->isSilent();
59+
}
60+
5661
public function isQuiet(): bool
5762
{
5863
return $this->output->isQuiet();

0 commit comments

Comments
 (0)