We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f417373 commit eec6143Copy full SHA for eec6143
src/Command/ErrorFormatter/TableErrorFormatter.php
@@ -31,7 +31,7 @@ final class TableErrorFormatter implements ErrorFormatter
31
{
32
33
private const ERRORS_LIMIT = 1000;
34
- private const string FORCE_SHOW_ALL_ERRORS = 'PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS';
+ private const FORCE_SHOW_ALL_ERRORS = 'PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS';
35
36
public function __construct(
37
private RelativePathHelper $relativePathHelper,
0 commit comments