An open API service indexing awesome lists of open source software.

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

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`