Closed
Milestone
Jun 27, 2017–Jul 23, 2017
0.1.0 alpha
Unstarted Issues (open and unassigned)
0
Ongoing Issues (open and assigned)
0
Completed Issues (closed)
38
- Add missing tests
- Adjust TYPO3 docs urls
- Multiple possible type hintings not possible in DocComments
- Respect existing backslashes
- Allow detection of structure for TypoScript
- Add checks for deprecated / removed TypoScript
- Add checks for removed classes
- Check all possible occurences of classes to display warnings
- Fixing TypeHints is really slow
- Download mapping file on the fly
- Add checks for removed $GLOBALS
- Add documentation for feature yaml files
- Check for removed TypoScript constants
- Refactor AbstractClassnameChecker
- Refactor "removed" code
- Provide real documentation
- Convert automated-typo3-update to php-codesniffer composer plugin
- Migrate fqcn in use statements
- Add automated testing
- Add checks for deprecated / breaking signals and hooks
- Add checks for deprecated / removed extensions
- Add checks for deprecated constants
- Handle ::class
- Integrate tokinzer for TypoScript
- Migrate own classes to namespaces
- Code Quality
- Add checks for deprecated method and function calls
- Make phpdoc tags configurable
- Migrate @see annotations for old legacy class names
- Migrate @throws annotations for old legacy class names
- Migrate "is_a" checks to old legacy class names
- Migrate catched exception class names
- Migrate old legacy Classnames use statements
- Migrate classname instanceof
- Migrate classnames in static calls
- Migrate classnames as TypeHints
- Migrate classnames during instantiation
- Migrate classnames in inline comments for IDEs