diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-08-26 21:18:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 21:18:11 +0200 |
commit | b5e9f7e846c8389d36c789d6b3a7c7a3c02e924d (patch) | |
tree | f840e00c287a5e3c0fe6efa59ffe9d8e06992fb1 /lib/public/Authentication | |
parent | 7685d1fc615231edb144a4a3057389d7deb3daa9 (diff) | |
parent | 45a474071e2245a3d2c31a193a02e707c53c5790 (diff) | |
download | nextcloud-server-b5e9f7e846c8389d36c789d6b3a7c7a3c02e924d.tar.gz nextcloud-server-b5e9f7e846c8389d36c789d6b3a7c7a3c02e924d.zip |
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.php | 1 |
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 { |