1 | <?php namespace Mistletoe\Runners; |
||
12 | class GenericTaskRunner extends AbstractTaskRunner implements TaskRunnerInterface |
||
13 | { |
||
14 | /** |
||
15 | * |
||
16 | * This is NOT done in a try/catch block. This should be RUN inside a try/catch block! |
||
17 | * @param array $tasks |
||
18 | * @return mixed |
||
19 | */ |
||
20 | 1 | protected function executeTasks(array $tasks) |
|
56 | } |
||
57 |