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