This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Bug fix for await precedence migration
In HHVM 4.1, the parsing of statements like $foo = await $bar ? $baz : $bat
will change. hhast-migrate --await-precedence
can be used to add parentheses where required.