Skip to content

Commit

Permalink
Delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 18, 2023
1 parent 57de5fe commit 814e9f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TextUI/Output/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ final class Facade
private static ?DefaultResultPrinter $defaultResultPrinter = null;
private static ?TestDoxResultPrinter $testDoxResultPrinter = null;
private static ?SummaryPrinter $summaryPrinter = null;
private static bool $colors = false;
private static bool $defaultProgressPrinter = false;

/**
Expand All @@ -58,8 +57,6 @@ public static function init(Configuration $configuration): Printer
);
}

self::$colors = $configuration->colors();

return self::$printer;
}

Expand Down

0 comments on commit 814e9f1

Please sign in to comment.