Skip to content

Commit 2023c36

Browse files
committed
Fix typo, composer.lock and changelog
1 parent c48566d commit 2023c36

File tree

4 files changed

+41
-29
lines changed

4 files changed

+41
-29
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## v0.6.x
44

5-
### v0.6.0 - NOT RELEASED YET
5+
### v0.6.1
6+
7+
- Fix typo in `phpcs-slevomat.xml` file
8+
- Requires higher Slevomat coding standards with fixed bugs
9+
10+
### v0.6.0
611

712
> Requires Slevomat coding standards 6.3 or higher
813

Rules/Parts/phpcs-slevomat.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<rule ref="SlevomatCodingStandard.PHP.UselessSemicolon"/> <!-- Check extra semicolon which is superfluous -->
9898
<rule ref="SlevomatCodingStandard.PHP.UselessParentheses">
9999
<properties>
100-
<proerty name="ignoreComplexTernaryConditions" value="true"/>
100+
<property name="ignoreComplexTernaryConditions" value="true"/>
101101
</properties>
102102
</rule>
103103
<rule ref="SlevomatCodingStandard.Variables.DisallowSuperGlobalVariable"/> <!-- Global variables are prohibited -->

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
],
1313
"require": {
1414
"php": "^7.1",
15-
"slevomat/coding-standard": "^6.3.1"
15+
"slevomat/coding-standard": "^6.3.2"
1616
}
1717
}

composer.lock

Lines changed: 33 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)