Actions
Bug #43949
closedCleanups for the Authentication Classes
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-12-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For the classes:
\TYPO3\CMS\Core\Authentication\AbstractUserAuthentication
\TYPO3\CMS\Core\Authentication\AbstractUserAuthenticationFrontendUserAuthtenication (did you see the typo in the class name? :/ )
\TYPO3\CMS\Core\Authentication\BackendUserAuthentication
\TYPO3\CMS\Backend\FrontendBackendUserAuthentication
do the following cleanups:
- provide proper phpDoc comments for all properties and methods
- remove a lot of "@todo Define visibility" annotations for properties and methods that already have a visibility definition
- some minor cleanups
Actions