Allow missing typehints on function parameters
commitc14bf7420f00bc96aa629e67920661346014a01f
authorJake Bailey (Hacklang) <jakebailey@fb.com>
Wed, 1 Apr 2020 23:16:09 +0000 (1 16:16 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 2 Apr 2020 00:10:54 +0000 (1 17:10 -0700)
tree2f8633c5f4c37e54984b382ed35aceedcd2ea20b
parent2f583fc8cbf372fc9c307ffdfdae3b67f3d6f38a
Allow missing typehints on function parameters

Reviewed By: Wilfred

Differential Revision: D20717093

fbshipit-source-id: 29e175c0379f0495d2e9d5643e4d483bfa6e7ed5
hphp/hack/src/decl/direct_decl_smart_constructors.rs
hphp/hack/test/decl/missing_function_typehints.php [new file with mode: 0644]
hphp/hack/test/decl/missing_function_typehints.php.exp [new file with mode: 0644]
hphp/hack/test/decl/missing_function_typehints.php.typecheck.exp [new file with mode: 0644]