Skip to content

Innmind/coding-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coding-standard

Build Status

This project contains the coding standard rules for the Innmind organization.

Installation

composer require --dev innmind/coding-standard

Usage

Create a file .php_cs.dist at the root of the repository with the following content:

<?php

return \Innmind\CodingStandard\CodingStandard::config(['src', 'tests']);

You can then run vendor/bin/php-cs-fixer fix to fix the code.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages