@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | */ |
| 33 | 33 | public function getVariants() |
| 34 | 34 | { |
| 35 | - return array_combine(array_values($this->variants),array_values($this->variants)); |
|
| 35 | + return array_combine(array_values($this->variants), array_values($this->variants)); |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | if ($from_input === null) { |
| 74 | 74 | return $this->grid->getConfig()->getPageSize(); |
| 75 | 75 | } else { |
| 76 | - return (int) $from_input; |
|
| 76 | + return (int)$from_input; |
|
| 77 | 77 | } |
| 78 | 78 | } |
| 79 | 79 | |