[CLEANUP] Code style of authentication classes
Clean up the source code of the authentication classes. This patch does not change any functionality. It serves as a basis for further improvements. Resolves: #57788 Releases: 6.2 Change-Id: I555456c28da6697398a15ad9718a162f98aef61a Reviewed-on: https://review.typo3.org/29322 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php 48 additions, 24 deletions...ext/backend/Classes/FrontendBackendUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 223 additions, 112 deletions...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 397 additions, 219 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php 2 additions, 1 deletion...sts/Unit/Authentication/BackendUserAuthenticationTest.php
- typo3/sysext/frontend/Classes/Authentication/FrontendUserAuthentication.php 94 additions, 67 deletions...end/Classes/Authentication/FrontendUserAuthentication.php
Please register or sign in to comment