Skip to content

Commit 61bb865

Browse files
committed
Fix or types
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent 4c028df commit 61bb865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Listener/PlaceMetadataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
use OCP\FilesMetadata\Event\MetadataLiveEvent;
3232

3333
/**
34-
* @template-implements IEventListener<MetadataLiveEvent|MetadataBackgroundEvent>
34+
* @template-implements IEventListener<MetadataLiveEvent,MetadataBackgroundEvent>
3535
*/
3636
class PlaceMetadataProvider implements IEventListener {
3737
public function __construct(

0 commit comments

Comments
 (0)