mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixup some formatting issues
This commit is contained in:
@ -138,6 +138,7 @@ class ResourcePackManager{
|
||||
* Returns the resource pack matching the specified UUID string, or null if the ID was not recognized.
|
||||
*
|
||||
* @param string $id
|
||||
*
|
||||
* @return ResourcePack|null
|
||||
*/
|
||||
public function getPackById(string $id){
|
||||
|
@ -32,6 +32,7 @@ class ZippedResourcePack implements ResourcePack{
|
||||
* TODO: add more manifest validation
|
||||
*
|
||||
* @param \stdClass $manifest
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public static function verifyManifest(\stdClass $manifest) : bool{
|
||||
|
Reference in New Issue
Block a user