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