History log of /PHP-Parser/test/PhpParser/Node/ParamTest.php (Results 1 – 5 of 5)
Revision Date Author Comments
# b493c51c 31-Aug-2024 Nikita Popov

[8.4] Add support for asymmetric visibility modifiers

Represented using new PRIVATE_SET, PROTECTED_SET and PUBLIC_SET
bits in Modifiers.

RFC: https://wiki.php.net/rfc/asymmetric

[8.4] Add support for asymmetric visibility modifiers

Represented using new PRIVATE_SET, PROTECTED_SET and PUBLIC_SET
bits in Modifiers.

RFC: https://wiki.php.net/rfc/asymmetric-visibility-v2

show more ...


# daaadc3b 03-Jun-2024 Jorg Adam Sowa

Adjust tests to be compatible with PHPUnit 10 (#998)

This avoids warnings on PHPUnit 10, without actually
switching to PHPUnit 10.


# d57da64d 31-May-2024 Jorg Adam Sowa

Add missing void return types (#997)


# 205bd75a 11-Sep-2022 Nikita Popov

Add isPublic() etc methods on Param node

Also isPromoted() to check for any flags.


# 36b2a996 19-Jul-2022 Christopher Hertel

Add isReadonly on Param node