diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-08-27 15:35:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 15:35:34 +0200 |
commit | d5943a5f75dac3f98b250f65b16a885284f0aa6e (patch) | |
tree | 2794844f19a3f6fb0e948bcb1c557900d1eda4fe /lib/public/Constants.php | |
parent | 348525426c3adf8fbfbcc16e28e99fcf7320d2e0 (diff) | |
parent | 220abd241cb5c799d4918a7c99f71cd03c32af3f (diff) | |
download | nextcloud-server-d5943a5f75dac3f98b250f65b16a885284f0aa6e.tar.gz nextcloud-server-d5943a5f75dac3f98b250f65b16a885284f0aa6e.zip |
Merge pull request #22448 from nextcloud/stable19-phpdoc
[stable19] Add php docs build script
Diffstat (limited to 'lib/public/Constants.php')
-rw-r--r-- | lib/public/Constants.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Constants.php b/lib/public/Constants.php index 60d46d5b139..2653031a430 100644 --- a/lib/public/Constants.php +++ b/lib/public/Constants.php @@ -33,7 +33,6 @@ namespace OCP; /** * Class Constants * - * @package OCP * @since 8.0.0 */ class Constants { |