php/php-langspec

A Padawan question

carusogabriel opened this issue ยท 1 comments

Can some code be refactored here? There are some tests that the ternary and null coalesce operator fits ๐Ÿ˜„

Hywan commented

It's better to add new tests that include the new operators instead of refactoring the existing tests. The goal of the tests are to test the grammar, in all its forms :-).