History log of /PHP-Parser/test/PhpParser/Node/PropertyHookTest.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 6478c5ac 27-Dec-2024 Nikita Popov

Fix PropertyHook::getStmts() for set hook

Produce the correct desugaring if the propertyName attribute is
set, and set it in the parser. Otherwise throw an exception.

Fixes #105

Fix PropertyHook::getStmts() for set hook

Produce the correct desugaring if the propertyName attribute is
set, and set it in the parser. Otherwise throw an exception.

Fixes #1053.

show more ...


# 8bb41590 27-Dec-2024 Nikita Popov

Fix cs


# 48fd76e5 27-Dec-2024 Nikita Popov

Make PropertyHook::getStmts() less incorrect

Still missing the assignment to the correct property, but at
least we're not returning from a non-void function now...


# f212bb7a 11-Dec-2024 Ondrej Mirtes

Add `PropertyHook::isFinal()` helper method with tests