Task #7163

Remove code that is not needed anymore

Added by Jochen Rau over 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2010-04-15
Priority:Could have Due date:
Assigned To: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:

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

#1 Updated by Karsten Dambekalns over 5 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Target version set to 1.0 alpha 8
  • Start date deleted (2010-04-08)

#2 Updated by Karsten Dambekalns over 5 years ago

  • Start date set to 2010-04-15
  • Estimated time set to 1.00

#3 Updated by Karsten Dambekalns over 5 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...

Also available in: Atom PDF