Passed
Pull Request — master (#193)
by
unknown
02:20
created
src/MenuItem/CheckableItem.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      */
51 51
     public function getSelectAction() : ?callable
52 52
     {
53
-        return function (CliMenu $cliMenu) {
53
+        return function(CliMenu $cliMenu) {
54 54
             $this->toggle();
55 55
             $cliMenu->redraw();
56 56
 
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
             )
99 99
         );
100 100
 
101
-        return array_map(function ($row, $key) use ($style, $length) {
101
+        return array_map(function($row, $key) use ($style, $length) {
102 102
             $text = $this->disabled ? $style->getDisabledItemText($row) : $row;
103 103
 
104 104
             if ($key === 0) {
Please login to merge, or discard this patch.