mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Plugin: Fixed return type documentation for getResource()
This commit is contained in:
@ -81,7 +81,7 @@ interface Plugin extends CommandExecutor{
|
||||
*
|
||||
* @param string $filename
|
||||
*
|
||||
* @return
|
||||
* @return null|resource Resource data, or null
|
||||
*/
|
||||
public function getResource(string $filename);
|
||||
|
||||
|
Reference in New Issue
Block a user