phpdoc & closure improvements
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
namespace ManiaControl\Commands;
|
||||
|
||||
use FML\Controls\Frame;
|
||||
use FML\Controls\Label;
|
||||
use FML\Controls\Quads\Quad_BgsPlayerCard;
|
||||
use FML\ManiaLink;
|
||||
use FML\Script\Features\Paging;
|
||||
@ -216,7 +215,6 @@ class HelpManager implements CommandListener, CallbackListener {
|
||||
$array = array($command['Name'] => $x + 5, $command['Description'] => $x + 50);
|
||||
$labels = $this->maniaControl->manialinkManager->labelLine($playerFrame, $array);
|
||||
|
||||
/** @var Label $label */
|
||||
$label = $labels[0];
|
||||
$label->setWidth(40);
|
||||
|
||||
|
Reference in New Issue
Block a user