mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
PluginDescription: add native return types to private functions
This commit is contained in:
@ -92,7 +92,7 @@ class PluginDescription{
|
||||
*
|
||||
* @throws PluginException
|
||||
*/
|
||||
private function loadMap(array $plugin){
|
||||
private function loadMap(array $plugin) : void{
|
||||
$this->map = $plugin;
|
||||
|
||||
$this->name = $plugin["name"];
|
||||
|
Reference in New Issue
Block a user