瀏覽代碼

Fix PHPStan

shalvah 5 年之前
父節點
當前提交
50e2d0a634
共有 1 個文件被更改,包括 2 次插入2 次删除
  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)
     {