Skip to content

Commit f53635b

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fixed CS Fixed return type
2 parents 423746f + 764cdfd commit f53635b

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
@@ -104,7 +104,7 @@ public function top($bit)
104104
array_unshift($this->bits, $bit);
105105

106106
foreach ($this->labels as $label => $index) {
107-
$this->labels[$label] += 1;
107+
++$this->labels[$label];
108108
}
109109

110110
return $this;

0 commit comments

Comments
 (0)