Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2019-11-04 17:01:55 +0300
committerGitHub <noreply@github.com>2019-11-04 17:01:55 +0300
commit64bfd4bbeb10e07bd2133a97c50175a156d43d61 (patch)
tree9aae61e00f1fd1adc1007cb413793d2eab6ecf40 /lib/public
parente517ca05300f8b57858056c8a09416fe4fd2889d (diff)
parent3f97025613b3b05621f60d666842e44bec6ee665 (diff)
Merge pull request #17506 from nextcloud/bugfix/12790/workflow-frontend
Workflow frontend polishing
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/WorkflowEngine/IEntityCheck.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/public/WorkflowEngine/IEntityCheck.php b/lib/public/WorkflowEngine/IEntityCheck.php
index 7a4df0afd5f..d90535b4c99 100644
--- a/lib/public/WorkflowEngine/IEntityCheck.php
+++ b/lib/public/WorkflowEngine/IEntityCheck.php
@@ -24,9 +24,6 @@ declare(strict_types=1);
namespace OCP\WorkflowEngine;
-
-use OCP\Files\Storage\IStorage;
-
/**
* Interface IFileCheck
*