2017 © Pedro Peláez
 

library php-cs-fixer-config

Provides a configuration for friendsofphp/php-cs-fixer

image

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

The README.md

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)

The Versions

31/05 2018

dev-master

9999999-dev

Provides a configuration for friendsofphp/php-cs-fixer

  Sources   Download

MIT

The Requires

 

by Tomas Saghy

31/05 2018

v1.2.0

1.2.0.0

Provides a configuration for friendsofphp/php-cs-fixer

  Sources   Download

MIT

The Requires

 

by Tomas Saghy

21/11 2017

v1.1.2

1.1.2.0

Provides a configuration for friendsofphp/php-cs-fixer

  Sources   Download

MIT

The Requires

 

by Tomas Saghy

07/11 2017

v1.1.1

1.1.1.0

Provides a configuration for friendsofphp/php-cs-fixer

  Sources   Download

MIT

The Requires

 

by Tomas Saghy

07/11 2017

v1.1.0

1.1.0.0

Provides a configuration for friendsofphp/php-cs-fixer

  Sources   Download

MIT

The Requires

 

by Tomas Saghy

11/10 2017

v1.0.0

1.0.0.0

Provides a configuration for friendsofphp/php-cs-fixer

  Sources   Download

MIT

The Requires

 

by Tomas Saghy