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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-10-29 19:57:53 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-10-29 20:03:57 +0300
commit9c766cf03faa10584255458120d8404ddc05c47d (patch)
tree0c8a730c041b37067944737c5952efe680845868 /lib/public/WorkflowEngine
parent580c8355b284bb068a32f44535707ede3fdfd688 (diff)
do not break on Checkers that do not need specific context info
request time, for example Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib/public/WorkflowEngine')
-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
*