mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Update composer dev dependencies
This commit is contained in:
@@ -354,6 +354,9 @@ function processStateGroup(string $oldName, array $upgradeTable, BlockStateUpgra
|
||||
* @param string[] $strings
|
||||
*/
|
||||
function findCommonPrefix(array $strings) : string{
|
||||
if(count($strings) === 0){
|
||||
return "";
|
||||
}
|
||||
sort($strings, SORT_STRING);
|
||||
|
||||
$first = $strings[array_key_first($strings)];
|
||||
|
Reference in New Issue
Block a user