Completed
Pull Request — master (#155)
by
unknown
02:00
created
src/Priority/Priority.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
     public function jsonSerialize()
47 47
     {
48
-      return array_filter(get_object_vars($this));
48
+        return array_filter(get_object_vars($this));
49 49
     }
50 50
 
51 51
     /**
Please login to merge, or discard this patch.
src/Priority/PriorityService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,6 +33,6 @@
 block discarded – undo
33 33
         }
34 34
 
35 35
         return $priorities;
36
-  }
36
+    }
37 37
 
38 38
 }
Please login to merge, or discard this patch.