library php-cs-fixer-config
Provides a configuration for friendsofphp/php-cs-fixer
rshop/php-cs-fixer-config
Provides a configuration for friendsofphp/php-cs-fixer
- Thursday, May 31, 2018
- by riesenia
- Repository
- 1 Watchers
- 0 Stars
- 410 Installations
- PHP
- 6 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 6 Versions
- 72 % Grown
PHP Coding Standards Fixer Rules
This repository provides configurations for friendsofphp/php-cs-fixer
., (*1)
Installation
Install the latest version using composer require --dev rshop/php-cs-fixer-config
, (*2)
Usage
Create a configuration file .php-cs-fixer.dist.php in the root of your project:, (*3)
<?php
$config = new Rshop\CS\Config\Rshop();
$config->getFinder()->in(__DIR__);
return $config;
To modify configuration file use setRule
method. To declare strict types use setStrict
method., (*4)
dev-master
9999999-dev
Provides a configuration for friendsofphp/php-cs-fixer
Sources
Download
MIT
The Requires
by
Tomas Saghy
v1.2.0
1.2.0.0
Provides a configuration for friendsofphp/php-cs-fixer
Sources
Download
MIT
The Requires
by
Tomas Saghy
v1.1.2
1.1.2.0
Provides a configuration for friendsofphp/php-cs-fixer
Sources
Download
MIT
The Requires
by
Tomas Saghy
v1.1.1
1.1.1.0
Provides a configuration for friendsofphp/php-cs-fixer
Sources
Download
MIT
The Requires
by
Tomas Saghy
v1.1.0
1.1.0.0
Provides a configuration for friendsofphp/php-cs-fixer
Sources
Download
MIT
The Requires
by
Tomas Saghy
v1.0.0
1.0.0.0
Provides a configuration for friendsofphp/php-cs-fixer
Sources
Download
MIT
The Requires
by
Tomas Saghy