diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-10-29 17:57:53 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-10-29 18:03:57 +0100 |
commit | 9c766cf03faa10584255458120d8404ddc05c47d (patch) | |
tree | 0c8a730c041b37067944737c5952efe680845868 /lib | |
parent | 580c8355b284bb068a32f44535707ede3fdfd688 (diff) | |
download | nextcloud-server-9c766cf03faa10584255458120d8404ddc05c47d.tar.gz nextcloud-server-9c766cf03faa10584255458120d8404ddc05c47d.zip |
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')
-rw-r--r-- | lib/public/WorkflowEngine/IEntityCheck.php | 3 |
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 * |