[TASK] Use variable argument-lists instead of func_get_args()
Supported since PHP 5.6. This makes the code easier to read and allows to properly document using phpdoc. https://secure.php.net/manual/en/functions.arguments.php#functions.variable-arg-list Change-Id: Id04f768635eba7c70f1ea5ba6a7c01d00cb9fafc Resolves: #72071 Releases: master Reviewed-on: https://review.typo3.org/45143 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Classes/FormProtection/FormProtectionFactory.php 8 additions, 7 deletions...ext/core/Classes/FormProtection/FormProtectionFactory.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 3 additions, 52 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/core/Tests/BaseTestCase.php 2 additions, 5 deletionstypo3/sysext/core/Tests/BaseTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/AbstractTestCase.php 0 additions, 8 deletions...e/Tests/Functional/DataHandling/IRRE/AbstractTestCase.php
- typo3/sysext/core/Tests/Functional/Framework/Constraint/RequestSection/AbstractRecordConstraint.php 1 addition, 2 deletions...rk/Constraint/RequestSection/AbstractRecordConstraint.php
- typo3/sysext/core/Tests/Functional/Framework/Frontend/Response.php 3 additions, 4 deletions...ext/core/Tests/Functional/Framework/Frontend/Response.php
- typo3/sysext/core/Tests/Unit/Configuration/TypoScript/ConditionMatching/Fixtures/ConditionMatcherUserFuncs.php 4 additions, 4 deletions.../ConditionMatching/Fixtures/ConditionMatcherUserFuncs.php
- typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php 2 additions, 2 deletions...ysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php
- typo3/sysext/extbase/Tests/Unit/Property/TypeConverter/PersistentObjectConverterTest.php 4 additions, 5 deletions.../Property/TypeConverter/PersistentObjectConverterTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php 12 additions, 6 deletions...nd/Tests/Unit/ContentObject/ContentObjectRendererTest.php
- typo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php 5 additions, 2 deletionstypo3/sysext/frontend/Tests/Unit/Page/PageRepositoryTest.php
- typo3/sysext/saltedpasswords/Classes/SaltedPasswordService.php 3 additions, 4 deletions.../sysext/saltedpasswords/Classes/SaltedPasswordService.php
- typo3/sysext/workspaces/Classes/Service/GridDataService.php 4 additions, 2 deletionstypo3/sysext/workspaces/Classes/Service/GridDataService.php
Please register or sign in to comment