added, fixed & improved PHPDoc & Type Hints
This commit is contained in:
@ -58,6 +58,7 @@ class PluginInstallMenu implements CallbackListener, ConfiguratorMenu, Manialink
|
||||
* @param float $width
|
||||
* @param float $height
|
||||
* @param Script $script
|
||||
* @param Player $player
|
||||
* @return \FML\Controls\Frame
|
||||
*/
|
||||
public function getMenu($width, $height, Script $script, Player $player) {
|
||||
|
@ -396,7 +396,7 @@ class PluginManager {
|
||||
/**
|
||||
* Get the Class of the Object
|
||||
*
|
||||
* @param mixed $pluginClass
|
||||
* @param mixed $object
|
||||
* @return string
|
||||
*/
|
||||
private static function getClass($object) {
|
||||
|
Reference in New Issue
Block a user