Completed
Push — 2.0 ( 29c56f...2f2bc4 )
by Marco
14:43
created
src/Comodojo/Extender/Workers/QueueWorker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Comodojo/Extender/Worklog/Manager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Comodojo/Extender/Worklog/Transformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.