faizanjaliyawala / milople-coding-standard
Custom Coding Standard for Magento 2 Extensions Made by Milople
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:phpcodesniffer-standard
Requires
This package is not auto-updated.
Last update: 2025-03-21 07:47:09 UTC
README
A set of PHP_CodeSniffer rules for Extensions developed for Milople Technologies.
Installation within a Magento 2 site
To use within your Magento 2 project you can use:
composer require --dev faizanjaliyawala/milople-coding-standard
Verify installation
Command should return the list of installed coding standards including MCS.
vendor/bin/phpcs -i
Usage
Once installed, you can run phpcs
from the command-line to analyze your code MyAwesomeExtension
vendor/bin/phpcs --standard=MCS app/code/Milople/MyAwesomeExtension