* Make MissingNamespaceSniff work again. * Move to old namespace as it's a custom sniff, not a general one. * Do not use new feature here, implement logic internal. * Remove message from ruleset, use it directly. Relates: #72
15 lines
821 B
YAML
15 lines
821 B
YAML
Typo3Update\Feature\LegacyClassnameFeature:
|
|
- 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
|
|
- Typo3Update_Sniffs_LegacyClassname_MissingNamespaceSniff
|