- The name of this standard has been changed from
Moxio
toMoxioSniffs
. Additionally the associated PHP namespace has been changed fromMoxio\Sniffs
toMoxio\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
Moxio
standard name changed toMoxioSniffs
. - All references to sniffs by PHP namespace (e.g. when extending a sniff) should use the
Moxio\CodeSniffer\MoxioSniffs\Sniffs
namespace instead ofMoxio\Sniffs
. - When referring to sniffs by path, take note that the
Moxio
-directory has been renamed toMoxioSniffs
to reflect the new namespace.
- All references to individual sniffs (or the complete set) by name should have the