From 32279ed062b92e58c45cc87d0ecab41075cad3dc Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Fri, 6 Sep 2019 13:59:41 +0200 Subject: Extend missing check classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/workflowengine/lib/Check/RequestTime.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'apps/workflowengine/lib/Check/RequestTime.php') diff --git a/apps/workflowengine/lib/Check/RequestTime.php b/apps/workflowengine/lib/Check/RequestTime.php index 0f5322b4759..79696583cdb 100644 --- a/apps/workflowengine/lib/Check/RequestTime.php +++ b/apps/workflowengine/lib/Check/RequestTime.php @@ -130,4 +130,17 @@ class RequestTime implements ICheck { public function isAvailableForScope(int $scope): bool { return true; } + + /** + * returns a list of Entities the checker supports. The values must match + * the class name of the entity. + * + * An empty result means the check is universally available. + * + * @since 18.0.0 + */ + public function supportedEntities(): array { + return []; + } + } -- cgit v1.2.3