Skip to content

Commit

Permalink
Fix the issue with event runner command
Browse files Browse the repository at this point in the history
  • Loading branch information
lavary committed May 28, 2016
1 parent 5d177a4 commit 9af341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/ScheduleRunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit 9af341d

Please sign in to comment.