History log of /PHP-Parser/test/PhpParser/Builder/EnumTest.php (Results 1 – 5 of 5)
Revision Date Author Comments
# d57da64d 31-May-2024 Jorg Adam Sowa

Add missing void return types (#997)


# e1345f0c 03-Sep-2022 Nikita Popov

Rename Stmt\PropertyProperty to PropertyItem


# 23835d20 03-Sep-2022 Nikita Popov

Rename Scalar\LNumber to Scalar\Int_


# a5033e38 29-Aug-2022 Nikita Popov

Format tests as well

The unnecessary parentheses for "new" are a bit annoying, but I
can live with it...


# 99a24b6a 05-Nov-2021 Jaroslav Hanslík

Added builders for enum and enum case