Completed
Push — master ( f99001...409d4d )
by Vitaliy
03:59
created
src/Components/RecordsPerPage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.