This commit is contained in:
2026-02-02 20:24:50 +03:00
parent 75c4343e1e
commit 644f6d38c2
2 changed files with 21 additions and 17 deletions

View File

@@ -551,6 +551,10 @@
<exclude name="Squiz.Commenting.FunctionComment.WrongStyle"/>
</rule>
<rule ref="Squiz.Commenting.FunctionComment.MissingParamName">
<severity>0</severity>
</rule>
<!-- Forbid global functions -->
<rule ref="Squiz.Functions.GlobalFunction"/>
<!-- Force camelCase variables -->

34
composer.lock generated
View File

@@ -104,16 +104,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "2.3.0",
"version": "2.3.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"
"reference": "a004701b11273a26cd7955a61d67a7f1e525a45a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495",
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a",
"reference": "a004701b11273a26cd7955a61d67a7f1e525a45a",
"shasum": ""
},
"require": {
@@ -145,38 +145,38 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.0"
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.2"
},
"time": "2025-08-30T15:50:23+00:00"
"time": "2026-01-25T14:56:51+00:00"
},
{
"name": "slevomat/coding-standard",
"version": "8.26.0",
"version": "8.27.1",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "d247cdc04b91956bdcfaa0b1313c01960b189d3c"
"reference": "29bdaee8b65e7ed2b8e702b01852edba8bae1769"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/d247cdc04b91956bdcfaa0b1313c01960b189d3c",
"reference": "d247cdc04b91956bdcfaa0b1313c01960b189d3c",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/29bdaee8b65e7ed2b8e702b01852edba8bae1769",
"reference": "29bdaee8b65e7ed2b8e702b01852edba8bae1769",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.2.0",
"php": "^7.4 || ^8.0",
"phpstan/phpdoc-parser": "^2.3.0",
"phpstan/phpdoc-parser": "^2.3.1",
"squizlabs/php_codesniffer": "^4.0.1"
},
"require-dev": {
"phing/phing": "3.0.1|3.1.0",
"phing/phing": "3.0.1|3.1.1",
"php-parallel-lint/php-parallel-lint": "1.4.0",
"phpstan/phpstan": "2.1.33",
"phpstan/phpstan": "2.1.37",
"phpstan/phpstan-deprecation-rules": "2.0.3",
"phpstan/phpstan-phpunit": "2.0.11",
"phpstan/phpstan-phpunit": "2.0.12",
"phpstan/phpstan-strict-rules": "2.0.7",
"phpunit/phpunit": "9.6.31|10.5.60|11.4.4|11.5.46|12.5.4"
"phpunit/phpunit": "9.6.31|10.5.60|11.4.4|11.5.49|12.5.7"
},
"type": "phpcodesniffer-standard",
"extra": {
@@ -200,7 +200,7 @@
],
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
"source": "https://github.com/slevomat/coding-standard/tree/8.26.0"
"source": "https://github.com/slevomat/coding-standard/tree/8.27.1"
},
"funding": [
{
@@ -212,7 +212,7 @@
"type": "tidelift"
}
],
"time": "2025-12-21T18:01:15+00:00"
"time": "2026-01-25T15:57:07+00:00"
},
{
"name": "squizlabs/php_codesniffer",