1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

One more type

This commit is contained in:
Daniil Gentili 2023-10-19 13:38:00 +02:00
parent efb86f8866
commit 1988be41bf

View File

@ -17,7 +17,7 @@ final class ReportOptions
/**
* @var Report::TYPE_*
*/
public $format = Report::TYPE_CONSOLE;
public string $format = Report::TYPE_CONSOLE;
public bool $pretty = false;