@@ -131,7 +131,7 @@ |
||
131 | 131 | 'size' => $this->getSize(), |
132 | 132 | 'from' => $this->getFrom(), |
133 | 133 | ], |
134 | - function ($val) { |
|
134 | + function($val) { |
|
135 | 135 | return (($val || is_array($val) || ($val || is_numeric($val)))); |
136 | 136 | } |
137 | 137 | ); |
@@ -131,7 +131,7 @@ |
||
131 | 131 | 'size' => $this->getSize(), |
132 | 132 | 'from' => $this->getFrom(), |
133 | 133 | ], |
134 | - function ($val) { |
|
134 | + function($val) { |
|
135 | 135 | return (($val || is_array($val) || ($val || is_numeric($val)))); |
136 | 136 | } |
137 | 137 | ); |
@@ -83,7 +83,7 @@ |
||
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) { |