Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit a5fb916

Browse files
committed
PHP CS Fixer: Replace rule set PHP56Migration with PHP70Migration and PHP70Migration:risky
1 parent 5928dfa commit a5fb916

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.php_cs.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ EOF;
1414
return \PhpCsFixer\Config::create()
1515
->setRiskyAllowed(true)
1616
->setRules([
17-
'@PHP56Migration' => true,
17+
'@PHP70Migration' => true,
18+
'@PHP70Migration:risky' => true,
1819
'@Symfony' => true,
1920
'@Symfony:risky' => true,
2021

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212

13+
* PHP CS Fixer: Replaced rule set PHP56Migration with PHP70Migration and PHP70Migration:risky
1314
* Updated Travis CI configuration for PHP 5.6 (end of life), PHP 7.0 (end of life), PHP 7.3 (new default) and HHVM (no longer supports PHP)
1415
* Updated Travis CI configuration to use new Coveralls Composer package and version (2.1)
1516
* Upgraded to PHPUnit 6.2+

0 commit comments

Comments
 (0)