Closed alxsuchakin closed 5 years ago
Closing this issue because this repo now contains sniffs for Magento 1.x code only. Please refer to magento/magento-coding-standard for Magento 2.x coding standard.
This rule was removed in magento/magento-coding-standard in order to eliminate false-positive findings.
Adding column 'id' in custom table in InstallSchema.php file cause this warning.
Modification of magento database core table 'id'
`$setup->startSetup();
If 'id' column change to something else warning will gone.