diff options
Diffstat (limited to 'lib/public/Constants.php')
-rw-r--r-- | lib/public/Constants.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/public/Constants.php b/lib/public/Constants.php index 813fbe673d4..6a38190e167 100644 --- a/lib/public/Constants.php +++ b/lib/public/Constants.php @@ -28,9 +28,7 @@ declare(strict_types=1); * */ -/** - * This file defines common constants used in ownCloud - */ +// This file defines common constants used in ownCloud namespace OCP; |