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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-08-26 22:18:11 +0300
committerGitHub <noreply@github.com>2020-08-26 22:18:11 +0300
commitb5e9f7e846c8389d36c789d6b3a7c7a3c02e924d (patch)
treef840e00c287a5e3c0fe6efa59ffe9d8e06992fb1 /lib/public/Authentication
parent7685d1fc615231edb144a4a3057389d7deb3daa9 (diff)
parent45a474071e2245a3d2c31a193a02e707c53c5790 (diff)
Merge pull request #22432 from nextcloud/enh/phpdoc
Add php docs build script
Diffstat (limited to 'lib/public/Authentication')
-rw-r--r--lib/public/Authentication/IApacheBackend.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Authentication/IApacheBackend.php b/lib/public/Authentication/IApacheBackend.php
index 83b59b789c2..806c71835a8 100644
--- a/lib/public/Authentication/IApacheBackend.php
+++ b/lib/public/Authentication/IApacheBackend.php
@@ -36,7 +36,6 @@ namespace OCP\Authentication;
/**
* Interface IApacheBackend
*
- * @package OCP\Authentication
* @since 6.0.0
*/
interface IApacheBackend {