Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stub.phpstub « tests - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20648d1c619909d339cffa95d203422efa384d82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

declare(strict_types=1);

namespace OC\Hooks {
    class Emitter {}
}

namespace OC\AppFramework\OCS {
	class BaseResponse {}
}

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

namespace OC\User {
	class NoUserException extends \Exception {}
}