hhvm / homebrew-hhvm

Official Mac OS X Homebrew formula for HHVM
MIT License
81 stars 22 forks source link

Replace deprecated EOS.undent calls with builtin #100

Closed elgenie closed 6 years ago

elgenie commented 6 years ago

Fixes the following message encountered during the brew update && brew upgrade command:

   Warning: Calling <<-EOS.undent is deprecated!
   Use <<~EOS instead.
fredemmott commented 6 years ago

Thanks!