[TASK] Use scalar types in phpDoc
Scalar types should always be written in the same form. "int", not "integer"; "bool", not "boolean"; "float", not "real" or "double". Resolves: #71746 Releases: master Change-Id: I47d43e5b68187cd07301d277875ba333325e29c7 Reviewed-on: https://review.typo3.org/44844 Reviewed-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- Build/.php_cs 2 additions, 1 deletionBuild/.php_cs
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 1 addition, 1 deletion...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php 1 addition, 1 deletion...sses/Domain/Repository/Module/BackendModuleRepository.php
- typo3/sysext/backend/Classes/History/RecordHistory.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/History/RecordHistory.php
- typo3/sysext/backend/Classes/Toolbar/Enumeration/InformationStatus.php 1 addition, 1 deletion...backend/Classes/Toolbar/Enumeration/InformationStatus.php
- typo3/sysext/backend/Classes/View/BackendLayoutView.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/View/BackendLayoutView.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 1 addition, 1 deletion...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php 2 additions, 2 deletions...TypoScript/ConditionMatching/AbstractConditionMatcher.php
- typo3/sysext/core/Classes/Database/DatabaseConnection.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Database/DatabaseConnection.php
- typo3/sysext/core/Classes/Localization/LocalizationFactory.php 1 addition, 1 deletion.../sysext/core/Classes/Localization/LocalizationFactory.php
- typo3/sysext/core/Classes/Resource/FileRepository.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Resource/FileRepository.php
- typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php 5 additions, 5 deletions...ysext/core/Classes/Resource/Index/FileIndexRepository.php
- typo3/sysext/core/Classes/Service/AbstractService.php 4 additions, 4 deletionstypo3/sysext/core/Classes/Service/AbstractService.php
- typo3/sysext/core/Classes/Utility/ClientUtility.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Utility/ClientUtility.php
- typo3/sysext/core/Tests/Functional/DataHandling/Framework/DataSet.php 1 addition, 1 deletion.../core/Tests/Functional/DataHandling/Framework/DataSet.php
- typo3/sysext/dbal/Classes/Database/DatabaseConnection.php 2 additions, 2 deletionstypo3/sysext/dbal/Classes/Database/DatabaseConnection.php
- typo3/sysext/form/Classes/Controller/FrontendController.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Controller/FrontendController.php
- typo3/sysext/form/Classes/Domain/Builder/ElementBuilder.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Domain/Builder/ElementBuilder.php
- typo3/sysext/form/Classes/Domain/Builder/FormBuilder.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Domain/Builder/FormBuilder.php
- typo3/sysext/form/Classes/Domain/Model/Element.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Domain/Model/Element.php
Please register or sign in to comment