From 607c2f821d27d4a081ad427e971a6c3006a79c04 Mon Sep 17 00:00:00 2001 From: Lexidor Digital <31805625+lexidor@users.noreply.github.com> Date: Thu, 21 Nov 2019 18:34:03 +0100 Subject: [PATCH] Remove an unneeded hhfixme (#45) --- src/Exception.hack | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Exception.hack b/src/Exception.hack index d5f2cbb..065774f 100644 --- a/src/Exception.hack +++ b/src/Exception.hack @@ -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