Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/40326/head
Marcel Klehr 3 years ago
parent 666f7b33c9
commit dc8cba6026
  1. 1
      lib/public/TextToImage/Exception/Exception.php
  2. 1
      lib/public/TextToImage/Exception/TaskNotFoundException.php
  3. 3
      lib/public/TextToImage/Task.php

@ -25,5 +25,4 @@
namespace OCP\TextToImage\Exception;
class Exception extends \Exception {
}

@ -25,5 +25,4 @@
namespace OCP\TextToImage\Exception;
class TaskNotFoundException extends Exception {
}

@ -26,9 +26,6 @@ declare(strict_types=1);
namespace OCP\TextToImage;
use OCP\IImage;
use OCP\Image;
use OCP\TextProcessing\IProvider as P;
use OCP\TextProcessing\ITaskType;
/**
* This is a text to image task

Loading…
Cancel
Save