chore: Add LoadEditor event to psalm stubs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-08-09 14:46:30 +02:00
parent a32b3cd3cf
commit 9aded3ccb8
2 changed files with 5 additions and 2 deletions
+5 -1
View File
@@ -673,4 +673,8 @@ namespace OCA\NotifyPush\Queue {
*/
public function push(string $channel, $message);
}
}
}
namespace OCA\Text\Event {
class LoadEditor extends \OCP\EventDispatcher\Event {}
}