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

Commit

Permalink
Remove an unneeded hhfixme (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexidor authored and jjergus committed Nov 21, 2019
1 parent 66e0f1e commit 607c2f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Exception.hack
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ namespace Facebook\AutoloadMap;
class Exception extends \Exception {
public function __construct(
\HH\FormatString<\PlainSprintf> $format,
/* HH_FIXME[4033] expected type constraint */
...$args
mixed ...$args
) {
/* HH_FIXME[4027] - the typechecker's printf support doesn't allow
* passing it along to something else that has validated format
Expand Down

0 comments on commit 607c2f8

Please sign in to comment.