upd
This commit is contained in:
@@ -551,6 +551,10 @@
|
|||||||
<exclude name="Squiz.Commenting.FunctionComment.WrongStyle"/>
|
<exclude name="Squiz.Commenting.FunctionComment.WrongStyle"/>
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
|
<rule ref="Squiz.Commenting.FunctionComment.MissingParamName">
|
||||||
|
<severity>0</severity>
|
||||||
|
</rule>
|
||||||
|
|
||||||
<!-- Forbid global functions -->
|
<!-- Forbid global functions -->
|
||||||
<rule ref="Squiz.Functions.GlobalFunction"/>
|
<rule ref="Squiz.Functions.GlobalFunction"/>
|
||||||
<!-- Force camelCase variables -->
|
<!-- Force camelCase variables -->
|
||||||
|
|||||||
34
composer.lock
generated
34
composer.lock
generated
@@ -104,16 +104,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpdoc-parser",
|
"name": "phpstan/phpdoc-parser",
|
||||||
"version": "2.3.0",
|
"version": "2.3.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
"url": "https://github.com/phpstan/phpdoc-parser.git",
|
||||||
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"
|
"reference": "a004701b11273a26cd7955a61d67a7f1e525a45a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495",
|
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a",
|
||||||
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",
|
"reference": "a004701b11273a26cd7955a61d67a7f1e525a45a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -145,38 +145,38 @@
|
|||||||
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
"description": "PHPDoc parser with support for nullable, intersection and generic types",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
"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",
|
"name": "slevomat/coding-standard",
|
||||||
"version": "8.26.0",
|
"version": "8.27.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/slevomat/coding-standard.git",
|
"url": "https://github.com/slevomat/coding-standard.git",
|
||||||
"reference": "d247cdc04b91956bdcfaa0b1313c01960b189d3c"
|
"reference": "29bdaee8b65e7ed2b8e702b01852edba8bae1769"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/d247cdc04b91956bdcfaa0b1313c01960b189d3c",
|
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/29bdaee8b65e7ed2b8e702b01852edba8bae1769",
|
||||||
"reference": "d247cdc04b91956bdcfaa0b1313c01960b189d3c",
|
"reference": "29bdaee8b65e7ed2b8e702b01852edba8bae1769",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.2.0",
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.2.0",
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"phpstan/phpdoc-parser": "^2.3.0",
|
"phpstan/phpdoc-parser": "^2.3.1",
|
||||||
"squizlabs/php_codesniffer": "^4.0.1"
|
"squizlabs/php_codesniffer": "^4.0.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"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",
|
"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-deprecation-rules": "2.0.3",
|
||||||
"phpstan/phpstan-phpunit": "2.0.11",
|
"phpstan/phpstan-phpunit": "2.0.12",
|
||||||
"phpstan/phpstan-strict-rules": "2.0.7",
|
"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",
|
"type": "phpcodesniffer-standard",
|
||||||
"extra": {
|
"extra": {
|
||||||
@@ -200,7 +200,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/slevomat/coding-standard/issues",
|
"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": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -212,7 +212,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-12-21T18:01:15+00:00"
|
"time": "2026-01-25T15:57:07+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "squizlabs/php_codesniffer",
|
"name": "squizlabs/php_codesniffer",
|
||||||
|
|||||||
Reference in New Issue
Block a user