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