Browse Source

Fix PHPStan

shalvah 5 years ago
parent
commit
50e2d0a634
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Tools/ConsoleOutputUtils.php

+ 2 - 2
src/Tools/ConsoleOutputUtils.php

@@ -9,9 +9,9 @@ use Symfony\Component\Console\Output\OutputInterface;
 class ConsoleOutputUtils
 class ConsoleOutputUtils
 {
 {
     /**
     /**
-     * @var \Shalvah\Clara\Clara
+     * @var \Shalvah\Clara\Clara|null
      */
      */
-    private static $clara;
+    private static $clara = null;
 
 
     public static function bootstrapOutput(OutputInterface $outputInterface)
     public static function bootstrapOutput(OutputInterface $outputInterface)
     {
     {