summaryrefslogtreecommitdiff
path: root/matrix-specification/Requests/RequiresAuthentication.php
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-12-13 16:27:53 +0100
committerDaniel Weipert <git@mail.dweipert.de>2025-12-13 16:27:53 +0100
commit2386148b8f048ba40d9f26cc97898bdcdc778ea2 (patch)
tree48ca45de3dc6133cb0225eba8c5917f813082b2b /matrix-specification/Requests/RequiresAuthentication.php
parentb19a8f63ad727a3633885d3f2b81edf8181a53b9 (diff)
matrix specification splitHEADmain
Diffstat (limited to 'matrix-specification/Requests/RequiresAuthentication.php')
-rw-r--r--matrix-specification/Requests/RequiresAuthentication.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/matrix-specification/Requests/RequiresAuthentication.php b/matrix-specification/Requests/RequiresAuthentication.php
index a762405..cc4b3e6 100644
--- a/matrix-specification/Requests/RequiresAuthentication.php
+++ b/matrix-specification/Requests/RequiresAuthentication.php
@@ -3,6 +3,4 @@
namespace Matrix\Requests;
interface RequiresAuthentication
-{
- //public function authenticateUser(): bool;
-}
+{}