* Add feature to existing code base and logic, see #72 . * Add first removed classes for TYPO3 7.0 as example. * Adjust first test to make sure basic implementation works. Relates: #41
14 lines
757 B
YAML
14 lines
757 B
YAML
Typo3Update\Feature\RemovedClassFeature:
|
|
- Typo3Update_Sniffs_Classname_InheritanceSniff
|
|
- Typo3Update_Sniffs_Classname_InlineCommentSniff
|
|
- Typo3Update_Sniffs_Classname_InstanceofSniff
|
|
- Typo3Update_Sniffs_Classname_InstantiationWithMakeInstanceSniff
|
|
- Typo3Update_Sniffs_Classname_InstantiationWithNewSniff
|
|
- Typo3Update_Sniffs_Classname_InstantiationWithObjectManagerSniff
|
|
- Typo3Update_Sniffs_Classname_IsACallSniff
|
|
- Typo3Update_Sniffs_Classname_MissingVendorForPluginsAndModulesSniff
|
|
- Typo3Update_Sniffs_Classname_PhpDocCommentSniff
|
|
- Typo3Update_Sniffs_Classname_StaticCallSniff
|
|
- Typo3Update_Sniffs_Classname_TypeHintCatchExceptionSniff
|
|
- Typo3Update_Sniffs_Classname_TypeHintSniff
|
|
- Typo3Update_Sniffs_Classname_UseSniff
|