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 [];