mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Apply suggestions from code review
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
df1cf18f36
commit
590eefea70
2 changed files with 1 additions and 8 deletions
|
|
@ -27,7 +27,7 @@ namespace OC\TextProcessing;
|
|||
|
||||
use OC\AppFramework\Bootstrap\Coordinator;
|
||||
use OC\TextProcessing\Db\Task as DbTask;
|
||||
use \OCP\TextProcessing\Task as OCPTask;
|
||||
use OCP\TextProcessing\Task as OCPTask;
|
||||
use OC\TextProcessing\Db\TaskMapper;
|
||||
use OCP\AppFramework\Db\DoesNotExistException;
|
||||
use OCP\AppFramework\Db\MultipleObjectsReturnedException;
|
||||
|
|
|
|||
|
|
@ -8,11 +8,4 @@ use OCP\TextProcessing\Task;
|
|||
* @since 27.1.0
|
||||
*/
|
||||
class TaskSuccessfulEvent extends AbstractTextProcessingEvent {
|
||||
/**
|
||||
* @param Task $task
|
||||
* @since 27.1.0
|
||||
*/
|
||||
public function __construct(Task $task) {
|
||||
parent::__construct($task);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue