Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr and come-nc authored Jul 17, 2023
1 parent df1cf18 commit 590eefe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion lib/private/TextProcessing/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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;
Expand Down
7 changes: 0 additions & 7 deletions lib/public/TextProcessing/Events/TaskSuccessfulEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,4 @@
* @since 27.1.0
*/
class TaskSuccessfulEvent extends AbstractTextProcessingEvent {
/**
* @param Task $task
* @since 27.1.0
*/
public function __construct(Task $task) {
parent::__construct($task);
}
}

0 comments on commit 590eefe

Please sign in to comment.