History log of /PHP-Parser/phpstan-baseline.neon (Results 1 – 10 of 10)
Revision Date Author Comments
# 018da15f 31-Aug-2024 Nikita Popov

Add token emulation support for asymmetric visibility modifiers


# fadccead 14-Jul-2024 Nikita Popov

Avoid compatibilty token list in parser

Create the mapping using the entries in symbolToName, so we don't
need to repeat the compatibility tokens in another place.


# d8235a27 14-Jul-2024 Nikita Popov

[8.4] Add support for __PROPERTY__ magic constant

Part of property hooks RFC.


# 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