Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test(psalm): add stub for ShareLinkAccessedEvent
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud authored and mejo- committed Jul 28, 2025
commit 8c7151a777a21af267726ff0d7c4664cf51ccd56
6 changes: 6 additions & 0 deletions tests/stub.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,12 @@ namespace OC\Files\Storage\Wrapper{
}
}

namespace OCA\Files_Sharing\Event {
class ShareLinkAccessedEvent extends \OCP\EventDispatcher\Event {
public function __construct(\OCP\Share\IShare $share, string $step = '', int $errorCode = 200, string $errorMessage = '') {}
}
}

namespace OCA\Viewer\Event {
class LoadViewer extends \OCP\EventDispatcher\Event {}
}
Expand Down