Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Bug fix for await precedence migration

Compare
Choose a tag to compare
@fredemmott fredemmott released this 12 Feb 23:34

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.