Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
48 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
||
49 | { |
||
50 | $notificationEvent = new NotificationEvent($input->getArgument('event'), true); |
||
51 | $notifications = new Notifications(); |
||
52 | $notifications->addNotificationEvent($notificationEvent); |
||
53 | $this->getCloud($input)->setNotifications($notifications); |
||
54 | } |
||
55 | } |
||
56 |