diff options
Diffstat (limited to 'lib/public/Authentication/TwoFactorAuth/TwoFactorException.php')
-rw-r--r-- | lib/public/Authentication/TwoFactorAuth/TwoFactorException.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php index d94c3e61465..f4735e9eb16 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php @@ -1,9 +1,11 @@ <?php + declare(strict_types=1); + /** * @copyright Copyright (c) 2016, ownCloud GmbH. * - * @author Christoph Wurst <christoph@owncloud.com> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author Cornelius Kölbel <cornelius.koelbel@netknights.it> * * @license AGPL-3.0 @@ -18,7 +20,7 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> + * along with this program. If not, see <http://www.gnu.org/licenses/> * */ |