diff options
Diffstat (limited to 'lib/public/ICertificateManager.php')
-rw-r--r-- | lib/public/ICertificateManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/ICertificateManager.php b/lib/public/ICertificateManager.php index 2014ec3ec06..299137de98a 100644 --- a/lib/public/ICertificateManager.php +++ b/lib/public/ICertificateManager.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author J0WI <J0WI@users.noreply.github.com> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> @@ -24,7 +25,6 @@ declare(strict_types=1); * along with this program. If not, see <http://www.gnu.org/licenses/> * */ - namespace OCP; /** |