- The name of this standard has been changed from
MoxiotoMoxioSniffs. Additionally the associated PHP namespace has been changed fromMoxio\SniffstoMoxio\CodeSniffer\MoxioSniffs\Sniffs. This is meant to emphasize the character of this 'standard' as a set of pick-and-match sniffs rather than a complete coding standard, and to prevent naming conflicts with our internal company coding standard.- All references to individual sniffs (or the complete set) by name should have the
Moxiostandard name changed toMoxioSniffs. - All references to sniffs by PHP namespace (e.g. when extending a sniff) should use the
Moxio\CodeSniffer\MoxioSniffs\Sniffsnamespace instead ofMoxio\Sniffs. - When referring to sniffs by path, take note that the
Moxio-directory has been renamed toMoxioSniffsto reflect the new namespace.
- All references to individual sniffs (or the complete set) by name should have the