[TASK] Use name-resolution instead of strings where possible: 9
(part for EXT:saltedpasswords) Use name-resolution with ...::class instead of strings where possible. (needs PHP 5.5, which is meanwhile required for master) Change-set Iedbb896607adddce2b23ab67f990fa2296c0d1bb first introduced usage of ::class in master. We now add it in various more places. Change-Id: I750f438f681263d222d6e806c39b128c7dbe4ba6 Resolves: #63477 Releases: master Reviewed-on: http://review.typo3.org/34864 Reviewed-by:Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
Showing
- typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php 5 additions, 5 deletionstypo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.php
- typo3/sysext/saltedpasswords/Classes/Utility/SaltedPasswordsUtility.php 2 additions, 2 deletions...altedpasswords/Classes/Utility/SaltedPasswordsUtility.php
- typo3/sysext/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php 1 addition, 1 deletion...t/saltedpasswords/Tests/Unit/Evaluation/EvaluatorTest.php
- typo3/sysext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php 3 additions, 3 deletions...sext/saltedpasswords/Tests/Unit/Salt/BlowfishSaltTest.php
- typo3/sysext/saltedpasswords/Tests/Unit/Salt/Md5SaltTest.php 3 additions, 3 deletionstypo3/sysext/saltedpasswords/Tests/Unit/Salt/Md5SaltTest.php
- typo3/sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php 3 additions, 3 deletions...sysext/saltedpasswords/Tests/Unit/Salt/PhpassSaltTest.php
- typo3/sysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php 11 additions, 11 deletions...ysext/saltedpasswords/Tests/Unit/Salt/SaltFactoryTest.php
- typo3/sysext/saltedpasswords/ext_localconf.php 5 additions, 5 deletionstypo3/sysext/saltedpasswords/ext_localconf.php
Please register or sign in to comment