PluginDescription: add native return types to private functions

This commit is contained in:
Dylan K. Taylor 2020-01-18 17:57:24 +00:00
parent c7f1b605f2
commit 0587d03c03

View File

@ -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"];