History log of /PHP-Parser/phpstan-baseline.neon (Results 1 – 7 of 7)
Revision Date Author Comments
# 80851163 23-Sep-2023 Nikita Popov

Assemble NodeDumper result in property

Append to a property instead of returning strings. This is
significantly faster when dumping large ASTs.

This also fixes an inconsistency

Assemble NodeDumper result in property

Append to a property instead of returning strings. This is
significantly faster when dumping large ASTs.

This also fixes an inconsistency where the indentation level for
strings and comments was off-by-one.

show more ...


# 9a68468f 16-Aug-2023 Nikita Popov

Update phpstan baseline


# 62853b17 13-Aug-2023 Nikita Popov

Fix PhpStan errors


# 8ad41294 14-Dec-2022 Markus Staab

Declare list types (#907)

Closes #905


# 9f9c2ea8 17-Sep-2022 Nikita Popov

Use PhpStan level 6

New baseline errors are array types that I prefer to leave alone,
as well as one PhpStan bug:
https://github.com/phpstan/phpstan/issues/4526


# 9b5a2c89 11-Sep-2022 Nikita Popov

Use PHPStan level 5


# 8dfce13d 11-Sep-2022 Nikita Popov

Add phpstan baseline