mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +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])){
|
||||
critical_error("Cannot specify --$opt multiple times");
|
||||
exit(1);
|
||||
}
|
||||
if($opts[$opt] === false){
|
||||
}else{
|
||||
critical_error("Missing value for --$opt");
|
||||
exit(1);
|
||||
}
|
||||
exit(1);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user