mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
bootstrap: fix PHPStan error
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user