Actions
Task #86589
closedFix continue-statement inside a switch-block
Start date:
2018-10-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Calling continue inside a switch-block would work just like break. This is usually not intended and thus triggers a warning since PHP 7.3.0.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58593
Updated by Gerrit Code Review about 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58761
Updated by Stefan Neufeind about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d486678ff55180b590b28a81c27d6ba4d831c45f.
Updated by Gerrit Code Review about 6 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58764
Updated by Stefan Neufeind about 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset 7b7d69891f6add479a0c9347b691815cfc0b1755.
Updated by Christian Kuhn about 6 years ago
- Related to Task #86813: Add PHP 7.3 to bamboo core v7 testing added
Updated by Daniel Goerz over 4 years ago
- Has duplicate Bug #91255: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php on line 314 added
Actions