File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 33Set of PHP-CS-Fixer rules used in development of Ely.by PHP projects. It's suited for PHP 7.1 and above.
44You can use it as a ready-made set of rules or [ just some of them] ( #using-our-fixers ) .
55
6+ [ ![ Latest Version on Packagist] [ ico-version ]] [ link-packagist ]
7+ [ ![ Total Downloads] [ ico-downloads ]] [ link-downloads ]
8+ [ ![ Software License] [ ico-license ]] ( LICENSE.md )
9+ [ ![ Build Status] [ ico-build-status ]] [ link-build-status ]
10+
611## Installation
712
813First of all install Ely.by PHP-CS-Fixer rules via composer with
@@ -277,3 +282,13 @@ usages with native `::class` keyword, introduced in PHP 5.5.
277282- $className = User::className();
278283+ $className = User::class;
279284```
285+
286+ [ ico-version ] : https://img.shields.io/packagist/v/ely/php-code-style.svg?style=flat-square
287+ [ ico-license ] : https://img.shields.io/badge/license-Apache-green.svg?style=flat-square
288+ [ ico-downloads ] : https://img.shields.io/packagist/dt/ely/php-code-style.svg?style=flat-square
289+ [ ico-build-status ] : https://img.shields.io/travis/elyby/php-code-style/master.svg?style=flat-square
290+
291+ [ link-packagist ] : https://packagist.org/packages/ely/php-code-style
292+ [ link-contributors ] : ../../contributors
293+ [ link-downloads ] : https://packagist.org/packages/ely/php-code-style/stats
294+ [ link-build-status ] : https://travis-ci.org/elyby/php-code-style
You can’t perform that action at this time.
0 commit comments