Browse Source

Fix PHPStan

shalvah 5 năm trước cách đây
mục cha
commit
50e2d0a634
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
 {
     /**
-     * @var \Shalvah\Clara\Clara
+     * @var \Shalvah\Clara\Clara|null
      */
-    private static $clara;
+    private static $clara = null;
 
     public static function bootstrapOutput(OutputInterface $outputInterface)
     {