diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-10-14 13:00:20 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-10-14 15:40:12 +0200 |
commit | f464ef050bd329f8cac3bb20c932e2021ab49d37 (patch) | |
tree | dcdb02e6b8aed1f13d7549e0a82b33c12a787a4c /apps/workflowengine/lib | |
parent | f9f20b63f4d98bd316f03b35ca3c3222aa333d49 (diff) | |
download | nextcloud-server-f464ef050bd329f8cac3bb20c932e2021ab49d37.tar.gz nextcloud-server-f464ef050bd329f8cac3bb20c932e2021ab49d37.zip |
Fix type errors detected by Psalm
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/workflowengine/lib')
-rw-r--r-- | apps/workflowengine/lib/Manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/lib/Manager.php b/apps/workflowengine/lib/Manager.php index e93ad24b3ab..c949e7f36f7 100644 --- a/apps/workflowengine/lib/Manager.php +++ b/apps/workflowengine/lib/Manager.php @@ -695,7 +695,7 @@ class Manager implements IManager { } /** - * @return IEntity[] + * @return ICheck[] */ protected function getBuildInChecks(): array { try { |