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

https://github.com/cdn77/coding-standard

CDN77 Coding Standard, defensive and strict, based on Doctrine standard https://github.com/doctrine/coding-standard
https://github.com/cdn77/coding-standard

coding-standard php php-codesniffer

Last synced: 10 months ago
JSON representation

CDN77 Coding Standard, defensive and strict, based on Doctrine standard https://github.com/doctrine/coding-standard

Awesome Lists containing this project

README

          

Cdn77 Coding Standard [![Build Status](https://github.com/cdn77/coding-standard/actions/workflows/ci.yml/badge.svg?branch=7.0.x)](https://github.com/cdn77/coding-standard/actions)
=====================

Based on Doctrine Coding Standard https://github.com/doctrine/coding-standard

## How to use it

* Require this project as composer dev dependency:

```
composer require --dev cdn77/coding-standard
```
* Reference this coding standard in your `phpcs.xml.dist` (_check out [the one used in this project](phpcs.xml.dist)_):

```

```