diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2023-01-17 10:47:22 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2023-01-24 10:02:41 +0100 |
commit | 258c919b3c2a5211b4c792c41e37d0bad8d451ea (patch) | |
tree | 399089a4f480e58ea579a49989d0c22320918a15 /lib/public/Dashboard | |
parent | f867a2d65e825800d6bf1b685659677f6136ac5f (diff) | |
download | nextcloud-server-258c919b3c2a5211b4c792c41e37d0bad8d451ea.tar.gz nextcloud-server-258c919b3c2a5211b4c792c41e37d0bad8d451ea.zip |
ci: migrate ocp since checker to psalm
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'lib/public/Dashboard')
-rw-r--r-- | lib/public/Dashboard/RegisterWidgetEvent.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/Dashboard/RegisterWidgetEvent.php b/lib/public/Dashboard/RegisterWidgetEvent.php index 289de8e965d..f0bf049571a 100644 --- a/lib/public/Dashboard/RegisterWidgetEvent.php +++ b/lib/public/Dashboard/RegisterWidgetEvent.php @@ -41,6 +41,10 @@ use OCP\EventDispatcher\Event; class RegisterWidgetEvent extends Event { private $manager; + /** + * @param IManager $manager + * @since 20.0.0 + */ public function __construct(IManager $manager) { parent::__construct(); |