From: Alexander Ebert Date: Thu, 14 Feb 2013 20:00:17 +0000 (+0100) Subject: Removed pointless newline X-Git-Tag: 2.0.0_Beta_1~480 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e276462102f776d929dbab927a4fa4b167b6797f;p=GitHub%2FWoltLab%2FWCF.git Removed pointless newline --- diff --git a/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php b/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php index b253a98c3e..f39b0e9048 100644 --- a/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php +++ b/wcfsetup/install/files/lib/system/user/authentication/UserAuthenticationFactory.class.php @@ -5,7 +5,6 @@ use wcf\system\exception\SystemException; use wcf\system\SingletonFactory; use wcf\util\ClassUtil; - /** * Gets the user authentication instance. *