From 9af341d8f68f4bf68f66a7b4baa1bbc0ce39ef22 Mon Sep 17 00:00:00 2001 From: "M. Reza Lavaryan" Date: Sat, 28 May 2016 16:56:19 +0800 Subject: [PATCH] Fix the issue with event runner command --- src/Console/Command/ScheduleRunCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Command/ScheduleRunCommand.php b/src/Console/Command/ScheduleRunCommand.php index 8c6a5d85..baf8421b 100644 --- a/src/Console/Command/ScheduleRunCommand.php +++ b/src/Console/Command/ScheduleRunCommand.php @@ -111,7 +111,7 @@ protected function execute(InputInterface $input, OutputInterface $output) * * @param array $task_files */ - public function runTasks(Array $task_files = []) + public function runTasks($task_files = []) { foreach ($task_files as $key => $taskFile) {