Skip to content

Commit 462a52c

Browse files
committed
Merge tag '4.1.0' into develop
fix changelog
2 parents 2a7a82b + 0f8ebe5 commit 462a52c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.php-cs-fixer.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
$finder = PhpCsFixer\Finder::create()
4+
->exclude('vendor')
5+
->exclude('tests/resources')
6+
->in(__DIR__);
7+
8+
return (new PhpCsFixer\Config())
9+
->setUsingCache(false)
10+
->setRules(array(
11+
'@PhpCsFixer' => true,
12+
))
13+
->setFinder($finder);

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 4.1.1 - 2021/02/05
3+
## 4.1.0 - 2021/02/05
44
- issue #12 - Use array short notation
55

66
## 4.0.1 - 2021/02/04

0 commit comments

Comments
 (0)