mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Fixed wrong docs for Plugin->getPluginFilters()
This commit is contained in:
@ -45,9 +45,9 @@ interface PluginLoader{
|
||||
public function getPluginDescription($file);
|
||||
|
||||
/**
|
||||
* Returns the filename patterns that this loader accepts
|
||||
* Returns the filename regex patterns that this loader accepts
|
||||
*
|
||||
* @return string[]
|
||||
* @return string
|
||||
*/
|
||||
public function getPluginFilters();
|
||||
|
||||
|
Reference in New Issue
Block a user