Skip to content

Commit 788c470

Browse files
committed
Update TableErrorFormatter.php
1 parent 8d2e5c5 commit 788c470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ErrorFormatter/TableErrorFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class TableErrorFormatter implements ErrorFormatter
3131
{
3232

3333
private const ERRORS_LIMIT = 1000;
34-
private const string FORCE_SHOW_ALL_ERRORS = 'PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS';
34+
private const FORCE_SHOW_ALL_ERRORS = 'PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS';
3535

3636
public function __construct(
3737
private RelativePathHelper $relativePathHelper,

0 commit comments

Comments
 (0)