Completed
Push — 2.0 ( 2f2bc4...95e7c3 )
by Marco
35:36 queued 01:24
created
src/Comodojo/Extender/Transformers/WorklogTransformer.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 WorklogTransformer 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.