Corected the type hint for ReflectionMethod::getAttributeRecursive
commitb1c9a70526f2b9af6fa4db462559c94dfe7c9e99
authorLiran Nuna <liranuna@fb.com>
Wed, 28 May 2014 22:55:00 +0000 (28 15:55 -0700)
committerJoelMarcey <joelm@fb.com>
Wed, 28 May 2014 23:04:53 +0000 (28 16:04 -0700)
tree2aa5313acf1e2aee202d93768aac0d7fcad0e09a
parent3b836947a819168a6dab0d3ed076f78e765a25bd
Corected the type hint for ReflectionMethod::getAttributeRecursive

Summary: Match with PHP implementation

Closes #2740

Reviewed By: @fredemmott

Differential Revision: D1347329
hphp/runtime/ext/reflection/ext_reflection_hni.php
hphp/test/slow/reflection/extend_reflection_method.php [new file with mode: 0644]
hphp/test/slow/reflection/extend_reflection_method.php.expect [new file with mode: 0644]