From 3b09608328e83e015ba53d5f9746ca68a8e22435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 9 Aug 2023 13:53:34 +0200 Subject: [PATCH] chore: Add LoadEditor event to psalm stubs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- tests/stub.phpstub | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/stub.phpstub b/tests/stub.phpstub index 156fff6ff..30338e083 100644 --- a/tests/stub.phpstub +++ b/tests/stub.phpstub @@ -673,4 +673,8 @@ namespace OCA\NotifyPush\Queue { */ public function push(string $channel, $message); } -} \ No newline at end of file +} + +namespace OCA\Text\Event { + class LoadEditor extends \OCP\EventDispatcher\Event {} +}