mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Remove unused deprecated stuff
This commit is contained in:
@@ -165,16 +165,6 @@ final class Utils{
|
||||
return $reflect->getName();
|
||||
}
|
||||
|
||||
/**
|
||||
* @phpstan-return \Closure(object) : object
|
||||
* @deprecated
|
||||
*/
|
||||
public static function cloneCallback() : \Closure{
|
||||
return static function(object $o){
|
||||
return clone $o;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* @phpstan-template TKey of array-key
|
||||
* @phpstan-template TValue of object
|
||||
|
Reference in New Issue
Block a user