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

https://github.com/waltertamboer/experiment-doctrine-cs-bug-declare

This repository tests how the Doctrine coding standard deals with the declare statement and assignment operator spaces.
https://github.com/waltertamboer/experiment-doctrine-cs-bug-declare

codestyle coding-standard coding-standards cs doctrine experiment

Last synced: 3 months ago
JSON representation

This repository tests how the Doctrine coding standard deals with the declare statement and assignment operator spaces.

Awesome Lists containing this project

README

          

# experiment-doctrine-cs-bug-declare

This repository tests how the Doctrine coding standard deals with the declare
statement and assignment operator spaces.

## How to install?

```
composer install
```

## How to run?

```
vendor/bin/phpcs --standard=ruleset.xml src/
```