Skip to content

Commit

Permalink
[debug:event] Update display remove ending new line. (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 10, 2018
1 parent 3fda33c commit 13db817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Debug/EventCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$listeners[] = [
'class' => $className,
'method' => $value[1],
'events' => Yaml::dump($subscribedEventData, 4, 2)
'events' => rtrim(Yaml::dump($subscribedEventData, 4, 2))
];
}

Expand Down

0 comments on commit 13db817

Please sign in to comment.