https://github.com/outeredge/dev-dependencies
outer/edge Coding Standards
https://github.com/outeredge/dev-dependencies
coding-standards php phpcs
Last synced: 5 months ago
JSON representation
outer/edge Coding Standards
- Host: GitHub
- URL: https://github.com/outeredge/dev-dependencies
- Owner: outeredge
- Created: 2017-08-04T10:45:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T13:22:41.000Z (7 months ago)
- Last Synced: 2025-11-28T02:34:25.630Z (7 months ago)
- Topics: coding-standards, php, phpcs
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# outer/edge Coding Standards
This repository contains the coding standards used by outer/edge with rules for:
- PHPCS
## Install
`composer require --dev outeredge/dev-dependencies`
Then you can add the outer/edge coding standard to your **phpcs.xml**, i.e. for Magento 2:
```xml
...
app/code/...
app/design/frontend/...
...
```
### Running PHPCS tests
`$ phpcs`
### Running PHPCS code fixer
`$ phpcbf`