Task #7163
Remove code that is not needed anymore
| Status: | Resolved | Start date: | 2010-04-15 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Reflection | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 8 | Estimated time: | 1.00 hour | |
| Sprint: | Has patch: | |||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
After the introduction of the TypeHandling class the following lines can be safely removed from \F3\FLOW3\Reflection\ClassSchema:
/**
* Specifies the allowed property types.
*/
const ALLOWED_TYPES_PATTERN = '/^\\\\?(?P<type>integer|int|float|double|boolean|bool|string|DateTime|F3\\\\[a-zA-Z0-9\\\\]+|array|ArrayObject|SplObjectStorage)(?:<(?P<elementType>[a-zA-Z0-9\\\\]+)>)?/';
History
Updated by Karsten Dambekalns about 3 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.0 alpha 8
- Start date deleted (
2010-04-08)
Updated by Karsten Dambekalns about 3 years ago
- Start date set to 2010-04-15
- Estimated time set to 1.00
Updated by Karsten Dambekalns about 3 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Resolved as of r4149 - used wrong issue number on commit message...