Completed
Pull Request — master (#96)
by
unknown
03:16
created
src/Sort/FieldSort.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     public function toArray()
84 84
     {
85 85
         if ($this->order) {
86
-            $this->addParameter('order',  $this->order);
86
+            $this->addParameter('order', $this->order);
87 87
         }
88 88
 
89 89
         if ($this->nestedFilter) {
Please login to merge, or discard this patch.