mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-11 12:27:51 +00:00
bootstrap: fix PHPStan error
This commit is contained in:
parent
cdbdcb5d67
commit
c19880e045
@ -209,12 +209,10 @@ JIT_WARNING
|
|||||||
}
|
}
|
||||||
if(is_array($opts[$opt])){
|
if(is_array($opts[$opt])){
|
||||||
critical_error("Cannot specify --$opt multiple times");
|
critical_error("Cannot specify --$opt multiple times");
|
||||||
exit(1);
|
}else{
|
||||||
}
|
|
||||||
if($opts[$opt] === false){
|
|
||||||
critical_error("Missing value for --$opt");
|
critical_error("Missing value for --$opt");
|
||||||
exit(1);
|
|
||||||
}
|
}
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user