Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/ILIAS/Component/src/Activities/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
namespace ILIAS\Component\Activities;

use ILIAS\Component\Dependencies\Name;
use ILIAS\UI\Component\Input\Control\Form\FormInput;
use ILIAS\Data\Result;
use ILIAS\Data\Text;
use ILIAS\Data\Description;
use ILIAS\UI\Component\Input\Container\Form\FormInput;

/**
* An Activity is an action on the domain layer action of a component.
Expand Down
5 changes: 2 additions & 3 deletions components/ILIAS/Setup/src/Activities/GetStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@

namespace ILIAS\Setup\Activities;

use ILIAS\Component\Dependencies\Name;
use ILIAS\UI\Component\Input\Control\Form\FormInput;
use ILIAS\Data\Result;
use ILIAS\Data\Text;
use ILIAS\UI\Component\Input\Container\Form\FormInput;

/**
* This is a stub...
Expand All @@ -34,7 +33,7 @@ public function getDescription(): Text\SimpleDocumentMarkdown
{
}

public function getInputDescription(): \ILIAS\UI\Component\Input\Control\Form\FormInput
public function getInputDescription(): FormInput
{
}

Expand Down
Loading