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.
- Host: GitHub
- URL: https://github.com/waltertamboer/experiment-doctrine-cs-bug-declare
- Owner: waltertamboer
- License: mit
- Created: 2019-01-09T08:25:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T08:35:37.000Z (over 7 years ago)
- Last Synced: 2025-12-30T03:17:31.785Z (7 months ago)
- Topics: codestyle, coding-standard, coding-standards, cs, doctrine, experiment
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/
```