mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 13:21:12 +01:00
54fc023b25
When used to destructure, items are optional. E.g. `[$a, , $b] = [1, 2, 3];`.