summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2023-11-09 17:39:59 +0100
committerLouis Chemineau <louis@chmn.me>2023-11-09 18:29:41 +0100
commita6902c17d9c4b903287e65623ebf07a044d6d8a3 (patch)
tree5ce072125f516bf8f02d363d18a874cc1b2228af /tests
parentd248160aec836af48125436c33861cb30a4695ba (diff)
Fix psalm
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'tests')
-rw-r--r--tests/stub.phpstub7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/stub.phpstub b/tests/stub.phpstub
index a3b0bab0..777f1a2f 100644
--- a/tests/stub.phpstub
+++ b/tests/stub.phpstub
@@ -626,3 +626,10 @@ interface MoveableMount {
*/
public function removeMount();
}
+
+namespace OCA\Files\Event;
+
+use OCP\EventDispatcher\Event;
+
+class LoadSidebar extends Event {
+}