@@ -66,7 +66,7 @@ |
||
66 | 66 | |
67 | 67 | if ( !empty($queue) ) { |
68 | 68 | |
69 | - $events->emit( new QueueEvent('process', null, $queue) ); |
|
69 | + $events->emit(new QueueEvent('process', null, $queue)); |
|
70 | 70 | |
71 | 71 | $requests = $this->jobsToRequests($queue); |
72 | 72 |
@@ -41,7 +41,6 @@ |
||
41 | 41 | * |
42 | 42 | * @param Configuration $configuration |
43 | 43 | * @param LoggerInterface $logger |
44 | - * @param TasksTable $tasks |
|
45 | 44 | * @param EventsManager $events |
46 | 45 | * @param EntityManager $em |
47 | 46 | */ |
@@ -5,7 +5,7 @@ |
||
5 | 5 | |
6 | 6 | class Transformer extends TransformerAbstract { |
7 | 7 | |
8 | - public function transform (Worklog $worklog) { |
|
8 | + public function transform(Worklog $worklog) { |
|
9 | 9 | |
10 | 10 | return [ |
11 | 11 | 'id' => (int) $worklog->getId(), |