Skip to content

Commit 764cdfd

Browse files
committed
fixed CS
1 parent 79fe1ed commit 764cdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shell/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function top($bit)
100100
array_unshift($this->bits, $bit);
101101

102102
foreach ($this->labels as $label => $index) {
103-
$this->labels[$label] += 1;
103+
++$this->labels[$label];
104104
}
105105

106106
return $this;

0 commit comments

Comments
 (0)