Strip property comments in prod
commiteab4714c29873ff842552693a07a55b26f8e97c9
authorEmil Hesslow <emil@fb.com>
Wed, 25 Sep 2019 15:17:23 +0000 (25 08:17 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 25 Sep 2019 15:19:41 +0000 (25 08:19 -0700)
tree017342a6ea54d9903343530fcb5cd36b0034ad14
parentd146208b6581b21bc2defbce61101dde8a64caf0
Strip property comments in prod

Summary: - We missed using makeDocComment on property comments so they were always included even in prod repo builds

Reviewed By: alexeyt

Differential Revision: D17561495

fbshipit-source-id: 603010c26472497c175118541ba0380d4762a212
hphp/runtime/vm/as.cpp
hphp/test/slow/reflection/getDocCommentStripping.php [new file with mode: 0644]
hphp/test/slow/reflection/getDocCommentStripping.php.expect [new file with mode: 0644]
hphp/test/slow/reflection/getDocCommentStripping.php.expect-repo [new file with mode: 0644]
hphp/test/slow/reflection/getDocCommentStripping.php.hphp_opts [new file with mode: 0644]