Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit ab08936

Browse files
committed
feat(PHP Compat): SPIP41 standard added
1 parent bd4a7c0 commit ab08936

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [1.1.0] - 2021-08-21
12+
13+
### Added
14+
15+
- `SPIP41` PHP Compatibility Ruleset, including SCS1, for SPIP 4.1
16+
17+
### Changed
18+
19+
- `SCS1` Based on PSR-12 + short array syntax
20+
1121
## [1.0.0] - 2021-08-13
1222

1323
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"extra": {
2121
"branch-alias": {
22-
"dev-main": "1.0.x-dev"
22+
"dev-main": "1.1.x-dev"
2323
}
2424
}
2525
}

src/SPIP41/ruleset.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" ?>
2+
<ruleset name="SPIP41">
3+
<description>Coding rules for SPIP 4.1</description>
4+
5+
<rule ref="SCS1"/>
6+
7+
<rule ref="PHPCompatibility"/>
8+
<config name="testVersion" value="7.4-8.1"/>
9+
</ruleset>

0 commit comments

Comments
 (0)