From 97a37ce7967e4fa52e26c2bde5c0bb137dbbf086 Mon Sep 17 00:00:00 2001 From: Vincent Lechemin Date: Mon, 28 Aug 2017 15:33:03 +0200 Subject: [PATCH] Remove typing for hhvm --- src/Flex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flex.php b/src/Flex.php index 799b79db2..14f7d2a1e 100644 --- a/src/Flex.php +++ b/src/Flex.php @@ -299,7 +299,7 @@ private function formatOrigin(string $origin): string return sprintf('%s (%s): From %s', $matches[1], $matches[2], 'auto-generated recipe' === $matches[3] ? ''.$matches[3].'' : $matches[3]); } - public static function getSubscribedEvents(): iterable + public static function getSubscribedEvents() { if (!self::$activated) { return [];