Plugin: Fixed return type documentation for getResource()

This commit is contained in:
Dylan K. Taylor 2017-12-30 12:40:50 +00:00
parent f14adf5827
commit 99c55ac889

View File

@ -81,7 +81,7 @@ interface Plugin extends CommandExecutor{
*
* @param string $filename
*
* @return
* @return null|resource Resource data, or null
*/
public function getResource(string $filename);