(1.1.1) Hotfix: fix `slevomat-coding-standard` ruleset
Validate / validate_package (push) Successful in 6s Details

master 1.1.1
Gertjan Krol 2023-05-28 22:39:25 +02:00
parent 489c4a1969
commit b8a8276423
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@ All notable changes to this package will be documented in this file
## Unreleased
## 1.1.1 - 2023-05-28
- Hotfix: fix `slevomat-coding-standard` ruleset [patch]
## 1.1.0 - 2023-05-28
- Bumped PHP requirement to 8.2 and bumped Composer dependencies [minor]
- Added Forgejo test workflows [patch]

View File

@ -80,9 +80,12 @@
<element value="static constructors"/>
<element value="constructor"/>
<element value="destructor"/>
<element value="public final methods, protected final methods"/>
<element value="public methods, protected methods, private methods"/>
<element value="public static methods, protected static methods, private static methods"/>
<element value="public static final methods, protected static final methods"/>
<element value="magic methods"/>
<element value="enum cases"/>
</property>
</properties>
</rule>