summaryrefslogtreecommitdiffstats
path: root/lib/public/WorkflowEngine/IFileCheck.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/WorkflowEngine/IFileCheck.php')
-rw-r--r--lib/public/WorkflowEngine/IFileCheck.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/public/WorkflowEngine/IFileCheck.php b/lib/public/WorkflowEngine/IFileCheck.php
index ce15d6c352c..557ba0f3c10 100644
--- a/lib/public/WorkflowEngine/IFileCheck.php
+++ b/lib/public/WorkflowEngine/IFileCheck.php
@@ -33,12 +33,10 @@ use OCP\Files\Storage\IStorage;
* @package OCP\WorkflowEngine
* @since 18.0.0
*/
-interface IFileCheck {
+interface IFileCheck extends IEntityCheck {
/**
- * @param IStorage $storage
- * @param string $path
* @since 18.0.0
*/
- public function setFileInfo(IStorage $storage, $path);
+ public function setFileInfo(IStorage $storage, string $path);
}