mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
static analysis
This commit is contained in:
@ -125,7 +125,7 @@ class FormattedCommandAlias extends Command{
|
||||
|
||||
$replacement = "";
|
||||
if($rest and $position < count($args)){
|
||||
for($i = $position; $i < count($args); ++$i){
|
||||
for($i = $position, $c = count($args); $i < $c; ++$i){
|
||||
if($i !== $position){
|
||||
$replacement .= " ";
|
||||
}
|
||||
|
Reference in New Issue
Block a user