Skip to content

Commit

Permalink
Remove typing for hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
vlechemin authored Aug 28, 2017
1 parent fc9b798 commit 97a37ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flex.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ private function formatOrigin(string $origin): string
return sprintf('<info>%s</> (<comment>%s</>): From %s', $matches[1], $matches[2], 'auto-generated recipe' === $matches[3] ? '<comment>'.$matches[3].'</>' : $matches[3]);
}

public static function getSubscribedEvents(): iterable
public static function getSubscribedEvents()
{
if (!self::$activated) {
return [];
Expand Down

0 comments on commit 97a37ce

Please sign in to comment.