Closed zhongruige closed 7 months ago
This PR adds the nonJsonOutput property in ParallelOutput.php to address the following PHP deprecated warning:
nonJsonOutput
ParallelOutput.php
Stderr: PHP Deprecated: Creation of dynamic property ParallelOutput::$nonJsonOutput is deprecated in qit-cli/_tests/ParallelOutput.php on line 18
This PR adds the
nonJsonOutput
property inParallelOutput.php
to address the following PHP deprecated warning: