This commit is contained in:
2025-12-10 23:59:52 +03:00
parent 54b0060c7a
commit 3c2e75cc18
2 changed files with 16 additions and 6 deletions

View File

@@ -227,6 +227,16 @@
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Classes.ClassStructure">
<properties>
<property name="groups" type="array">
<element value="constructor"/>
<element value="__invoke"/>
<element value="all public methods"/>
</property>
</properties>
</rule>
<!-- Require specific order of phpDoc annotations with empty newline between specific groups -->
<rule ref="SlevomatCodingStandard.Commenting.DocCommentSpacing">
<properties>

12
composer.lock generated
View File

@@ -151,16 +151,16 @@
},
{
"name": "slevomat/coding-standard",
"version": "8.25.0",
"version": "8.25.1",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "3ce4dafb4fe2493715f397f21772988ef2122e20"
"reference": "4caa5ec5a30b84b2305e80159c710d437f40cc40"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/3ce4dafb4fe2493715f397f21772988ef2122e20",
"reference": "3ce4dafb4fe2493715f397f21772988ef2122e20",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/4caa5ec5a30b84b2305e80159c710d437f40cc40",
"reference": "4caa5ec5a30b84b2305e80159c710d437f40cc40",
"shasum": ""
},
"require": {
@@ -200,7 +200,7 @@
],
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
"source": "https://github.com/slevomat/coding-standard/tree/8.25.0"
"source": "https://github.com/slevomat/coding-standard/tree/8.25.1"
},
"funding": [
{
@@ -212,7 +212,7 @@
"type": "tidelift"
}
],
"time": "2025-11-22T10:33:53+00:00"
"time": "2025-11-25T18:01:43+00:00"
},
{
"name": "squizlabs/php_codesniffer",