Skip to content

Commit

Permalink
Bump phpstan/phpstan from 2.0.3 to 2.0.4 (#791)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Staab <[email protected]>
  • Loading branch information
dependabot[bot] and staabm authored Dec 17, 2024
1 parent f3f2794 commit 95751df
Show file tree
Hide file tree
Showing 70 changed files with 595 additions and 1,617 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"php": ">=7.4",
"justinrainbow/json-schema": "^5.3",
"php-parallel-lint/php-parallel-lint": "1.4",
"phpstan/phpstan": "2.0.3",
"phpstan/phpstan": "2.0.4",
"phpstan/phpstan-deprecation-rules": "2.0.1",
"phpstan/phpstan-phpunit": "2.0.1",
"phpstan/phpstan-strict-rules": "2.0.0",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1889,17 +1889,15 @@
'Symplify\\PHPStanRules\\Collector\\ImplementedInterfaceCollector' => $vendorDir . '/symplify/phpstan-rules/src/Collector/ImplementedInterfaceCollector.php',
'Symplify\\PHPStanRules\\Collector\\InterfaceCollector' => $vendorDir . '/symplify/phpstan-rules/src/Collector/InterfaceCollector.php',
'Symplify\\PHPStanRules\\Collector\\InterfaceOfAbstractClassCollector' => $vendorDir . '/symplify/phpstan-rules/src/Collector/InterfaceOfAbstractClassCollector.php',
'Symplify\\PHPStanRules\\Composer\\ClassNamespaceMatcher' => $vendorDir . '/symplify/phpstan-rules/src/Composer/ClassNamespaceMatcher.php',
'Symplify\\PHPStanRules\\Composer\\ComposerAutoloadResolver' => $vendorDir . '/symplify/phpstan-rules/src/Composer/ComposerAutoloadResolver.php',
'Symplify\\PHPStanRules\\Composer\\Psr4PathValidator' => $vendorDir . '/symplify/phpstan-rules/src/Composer/Psr4PathValidator.php',
'Symplify\\PHPStanRules\\Contract\\ManyNodeRuleInterface' => $vendorDir . '/symplify/phpstan-rules/src/Contract/ManyNodeRuleInterface.php',
'Symplify\\PHPStanRules\\Contract\\PhpDocParser\\PhpDocNodeVisitorInterface' => $vendorDir . '/symplify/phpstan-rules/src/Contract/PhpDocParser/PhpDocNodeVisitorInterface.php',
'Symplify\\PHPStanRules\\Enum\\AttributeKey' => $vendorDir . '/symplify/phpstan-rules/src/Enum/AttributeKey.php',
'Symplify\\PHPStanRules\\Enum\\ClassName' => $vendorDir . '/symplify/phpstan-rules/src/Enum/ClassName.php',
'Symplify\\PHPStanRules\\Enum\\MethodName' => $vendorDir . '/symplify/phpstan-rules/src/Enum/MethodName.php',
'Symplify\\PHPStanRules\\Enum\\RuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/RuleIdentifier.php',
'Symplify\\PHPStanRules\\Exception\\PhpDocParser\\InvalidTraverseException' => $vendorDir . '/symplify/phpstan-rules/src/Exception/PhpDocParser/InvalidTraverseException.php',
'Symplify\\PHPStanRules\\Exception\\ShouldNotHappenException' => $vendorDir . '/symplify/phpstan-rules/src/Exception/ShouldNotHappenException.php',
'Symplify\\PHPStanRules\\FileSystem\\FileSystem' => $vendorDir . '/symplify/phpstan-rules/src/FileSystem/FileSystem.php',
'Symplify\\PHPStanRules\\Formatter\\RequiredWithMessageFormatter' => $vendorDir . '/symplify/phpstan-rules/src/Formatter/RequiredWithMessageFormatter.php',
'Symplify\\PHPStanRules\\Location\\DirectoryChecker' => $vendorDir . '/symplify/phpstan-rules/src/Location/DirectoryChecker.php',
'Symplify\\PHPStanRules\\Matcher\\ArrayStringAndFnMatcher' => $vendorDir . '/symplify/phpstan-rules/src/Matcher/ArrayStringAndFnMatcher.php',
'Symplify\\PHPStanRules\\Naming\\ClassToSuffixResolver' => $vendorDir . '/symplify/phpstan-rules/src/Naming/ClassToSuffixResolver.php',
'Symplify\\PHPStanRules\\NodeAnalyzer\\AttributeFinder' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/AttributeFinder.php',
Expand All @@ -1921,7 +1919,6 @@
'Symplify\\PHPStanRules\\ReturnTypeExtension\\NodeGetAttributeTypeExtension' => $vendorDir . '/symplify/phpstan-rules/src/ReturnTypeExtension/NodeGetAttributeTypeExtension.php',
'Symplify\\PHPStanRules\\Rules\\AbstractSymplifyRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/AbstractSymplifyRule.php',
'Symplify\\PHPStanRules\\Rules\\AnnotateRegexClassConstWithRegexLinkRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/AnnotateRegexClassConstWithRegexLinkRule.php',
'Symplify\\PHPStanRules\\Rules\\CheckClassNamespaceFollowPsr4Rule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/CheckClassNamespaceFollowPsr4Rule.php',
'Symplify\\PHPStanRules\\Rules\\CheckRequiredInterfaceInContractNamespaceRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/CheckRequiredInterfaceInContractNamespaceRule.php',
'Symplify\\PHPStanRules\\Rules\\ClassNameRespectsParentSuffixRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ClassNameRespectsParentSuffixRule.php',
'Symplify\\PHPStanRules\\Rules\\Complexity\\ForbiddenArrayMethodCallRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Complexity/ForbiddenArrayMethodCallRule.php',
Expand Down Expand Up @@ -1950,7 +1947,6 @@
'Symplify\\PHPStanRules\\Rules\\Rector\\NoLeadingBackslashInNameRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Rector/NoLeadingBackslashInNameRule.php',
'Symplify\\PHPStanRules\\Rules\\Rector\\PhpUpgradeDowngradeRegisteredInSetRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Rector/PhpUpgradeDowngradeRegisteredInSetRule.php',
'Symplify\\PHPStanRules\\Rules\\Rector\\PhpUpgradeImplementsMinPhpVersionInterfaceRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Rector/PhpUpgradeImplementsMinPhpVersionInterfaceRule.php',
'Symplify\\PHPStanRules\\Rules\\Rector\\RequireAssertConfigureValueObjectRectorRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Rector/RequireAssertConfigureValueObjectRectorRule.php',
'Symplify\\PHPStanRules\\Rules\\RegexSuffixInRegexConstantRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/RegexSuffixInRegexConstantRule.php',
'Symplify\\PHPStanRules\\Rules\\RequireAttributeNameRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/RequireAttributeNameRule.php',
'Symplify\\PHPStanRules\\Rules\\SeeAnnotationToTestRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/SeeAnnotationToTestRule.php',
Expand All @@ -1960,7 +1956,6 @@
'Symplify\\PHPStanRules\\Testing\\StaticPHPUnitEnvironment' => $vendorDir . '/symplify/phpstan-rules/src/Testing/StaticPHPUnitEnvironment.php',
'Symplify\\PHPStanRules\\TypeAnalyzer\\CallableTypeAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/TypeAnalyzer/CallableTypeAnalyzer.php',
'Symplify\\PHPStanRules\\TypeAnalyzer\\RectorAllowedAutoloadedTypeAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/TypeAnalyzer/RectorAllowedAutoloadedTypeAnalyzer.php',
'Symplify\\PHPStanRules\\ValueObject\\ClassNamespaceAndDirectory' => $vendorDir . '/symplify/phpstan-rules/src/ValueObject/ClassNamespaceAndDirectory.php',
'Symplify\\PHPStanRules\\ValueObject\\Configuration\\RequiredWithMessage' => $vendorDir . '/symplify/phpstan-rules/src/ValueObject/Configuration/RequiredWithMessage.php',
'TomasVotruba\\CognitiveComplexity\\AstCognitiveComplexityAnalyzer' => $vendorDir . '/tomasvotruba/cognitive-complexity/src/AstCognitiveComplexityAnalyzer.php',
'TomasVotruba\\CognitiveComplexity\\ClassReflectionParser' => $vendorDir . '/tomasvotruba/cognitive-complexity/src/ClassReflectionParser.php',
Expand Down
11 changes: 3 additions & 8 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -2043,17 +2043,15 @@ class ComposerStaticInit9cf8af24a7a084f114b4553be2a1ff9f
'Symplify\\PHPStanRules\\Collector\\ImplementedInterfaceCollector' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Collector/ImplementedInterfaceCollector.php',
'Symplify\\PHPStanRules\\Collector\\InterfaceCollector' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Collector/InterfaceCollector.php',
'Symplify\\PHPStanRules\\Collector\\InterfaceOfAbstractClassCollector' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Collector/InterfaceOfAbstractClassCollector.php',
'Symplify\\PHPStanRules\\Composer\\ClassNamespaceMatcher' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Composer/ClassNamespaceMatcher.php',
'Symplify\\PHPStanRules\\Composer\\ComposerAutoloadResolver' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Composer/ComposerAutoloadResolver.php',
'Symplify\\PHPStanRules\\Composer\\Psr4PathValidator' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Composer/Psr4PathValidator.php',
'Symplify\\PHPStanRules\\Contract\\ManyNodeRuleInterface' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Contract/ManyNodeRuleInterface.php',
'Symplify\\PHPStanRules\\Contract\\PhpDocParser\\PhpDocNodeVisitorInterface' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Contract/PhpDocParser/PhpDocNodeVisitorInterface.php',
'Symplify\\PHPStanRules\\Enum\\AttributeKey' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Enum/AttributeKey.php',
'Symplify\\PHPStanRules\\Enum\\ClassName' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Enum/ClassName.php',
'Symplify\\PHPStanRules\\Enum\\MethodName' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Enum/MethodName.php',
'Symplify\\PHPStanRules\\Enum\\RuleIdentifier' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Enum/RuleIdentifier.php',
'Symplify\\PHPStanRules\\Exception\\PhpDocParser\\InvalidTraverseException' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Exception/PhpDocParser/InvalidTraverseException.php',
'Symplify\\PHPStanRules\\Exception\\ShouldNotHappenException' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Exception/ShouldNotHappenException.php',
'Symplify\\PHPStanRules\\FileSystem\\FileSystem' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/FileSystem/FileSystem.php',
'Symplify\\PHPStanRules\\Formatter\\RequiredWithMessageFormatter' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Formatter/RequiredWithMessageFormatter.php',
'Symplify\\PHPStanRules\\Location\\DirectoryChecker' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Location/DirectoryChecker.php',
'Symplify\\PHPStanRules\\Matcher\\ArrayStringAndFnMatcher' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Matcher/ArrayStringAndFnMatcher.php',
'Symplify\\PHPStanRules\\Naming\\ClassToSuffixResolver' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Naming/ClassToSuffixResolver.php',
'Symplify\\PHPStanRules\\NodeAnalyzer\\AttributeFinder' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/NodeAnalyzer/AttributeFinder.php',
Expand All @@ -2075,7 +2073,6 @@ class ComposerStaticInit9cf8af24a7a084f114b4553be2a1ff9f
'Symplify\\PHPStanRules\\ReturnTypeExtension\\NodeGetAttributeTypeExtension' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/ReturnTypeExtension/NodeGetAttributeTypeExtension.php',
'Symplify\\PHPStanRules\\Rules\\AbstractSymplifyRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/AbstractSymplifyRule.php',
'Symplify\\PHPStanRules\\Rules\\AnnotateRegexClassConstWithRegexLinkRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/AnnotateRegexClassConstWithRegexLinkRule.php',
'Symplify\\PHPStanRules\\Rules\\CheckClassNamespaceFollowPsr4Rule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/CheckClassNamespaceFollowPsr4Rule.php',
'Symplify\\PHPStanRules\\Rules\\CheckRequiredInterfaceInContractNamespaceRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/CheckRequiredInterfaceInContractNamespaceRule.php',
'Symplify\\PHPStanRules\\Rules\\ClassNameRespectsParentSuffixRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/ClassNameRespectsParentSuffixRule.php',
'Symplify\\PHPStanRules\\Rules\\Complexity\\ForbiddenArrayMethodCallRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/Complexity/ForbiddenArrayMethodCallRule.php',
Expand Down Expand Up @@ -2104,7 +2101,6 @@ class ComposerStaticInit9cf8af24a7a084f114b4553be2a1ff9f
'Symplify\\PHPStanRules\\Rules\\Rector\\NoLeadingBackslashInNameRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/Rector/NoLeadingBackslashInNameRule.php',
'Symplify\\PHPStanRules\\Rules\\Rector\\PhpUpgradeDowngradeRegisteredInSetRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/Rector/PhpUpgradeDowngradeRegisteredInSetRule.php',
'Symplify\\PHPStanRules\\Rules\\Rector\\PhpUpgradeImplementsMinPhpVersionInterfaceRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/Rector/PhpUpgradeImplementsMinPhpVersionInterfaceRule.php',
'Symplify\\PHPStanRules\\Rules\\Rector\\RequireAssertConfigureValueObjectRectorRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/Rector/RequireAssertConfigureValueObjectRectorRule.php',
'Symplify\\PHPStanRules\\Rules\\RegexSuffixInRegexConstantRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/RegexSuffixInRegexConstantRule.php',
'Symplify\\PHPStanRules\\Rules\\RequireAttributeNameRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/RequireAttributeNameRule.php',
'Symplify\\PHPStanRules\\Rules\\SeeAnnotationToTestRule' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Rules/SeeAnnotationToTestRule.php',
Expand All @@ -2114,7 +2110,6 @@ class ComposerStaticInit9cf8af24a7a084f114b4553be2a1ff9f
'Symplify\\PHPStanRules\\Testing\\StaticPHPUnitEnvironment' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/Testing/StaticPHPUnitEnvironment.php',
'Symplify\\PHPStanRules\\TypeAnalyzer\\CallableTypeAnalyzer' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/TypeAnalyzer/CallableTypeAnalyzer.php',
'Symplify\\PHPStanRules\\TypeAnalyzer\\RectorAllowedAutoloadedTypeAnalyzer' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/TypeAnalyzer/RectorAllowedAutoloadedTypeAnalyzer.php',
'Symplify\\PHPStanRules\\ValueObject\\ClassNamespaceAndDirectory' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/ValueObject/ClassNamespaceAndDirectory.php',
'Symplify\\PHPStanRules\\ValueObject\\Configuration\\RequiredWithMessage' => __DIR__ . '/..' . '/symplify/phpstan-rules/src/ValueObject/Configuration/RequiredWithMessage.php',
'TomasVotruba\\CognitiveComplexity\\AstCognitiveComplexityAnalyzer' => __DIR__ . '/..' . '/tomasvotruba/cognitive-complexity/src/AstCognitiveComplexityAnalyzer.php',
'TomasVotruba\\CognitiveComplexity\\ClassReflectionParser' => __DIR__ . '/..' . '/tomasvotruba/cognitive-complexity/src/ClassReflectionParser.php',
Expand Down
28 changes: 14 additions & 14 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1019,17 +1019,17 @@
},
{
"name": "phpstan/phpstan",
"version": "2.0.3",
"version_normalized": "2.0.3.0",
"version": "2.0.4",
"version_normalized": "2.0.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4"
"reference": "50d276fc3bf1430ec315f2f109bbde2769821524"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/46b4d3529b12178112d9008337beda0cc2a1a6b4",
"reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524",
"reference": "50d276fc3bf1430ec315f2f109bbde2769821524",
"shasum": ""
},
"require": {
Expand All @@ -1038,7 +1038,7 @@
"conflict": {
"phpstan/phpstan-shim": "*"
},
"time": "2024-11-28T22:19:37+00:00",
"time": "2024-12-17T17:14:01+00:00",
"bin": [
"phpstan",
"phpstan.phar"
Expand Down Expand Up @@ -1897,26 +1897,26 @@
},
{
"name": "symplify/phpstan-rules",
"version": "14.0.2",
"version_normalized": "14.0.2.0",
"version": "14.0.4",
"version_normalized": "14.0.4.0",
"source": {
"type": "git",
"url": "https://github.com/symplify/phpstan-rules.git",
"reference": "be6008f858f06a125fff526942fb6ac9bf4a9f92"
"reference": "cae1e1cb3e5c31601dbced0396197edc9c834770"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/be6008f858f06a125fff526942fb6ac9bf4a9f92",
"reference": "be6008f858f06a125fff526942fb6ac9bf4a9f92",
"url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/cae1e1cb3e5c31601dbced0396197edc9c834770",
"reference": "cae1e1cb3e5c31601dbced0396197edc9c834770",
"shasum": ""
},
"require": {
"nette/utils": "^3.2.9 || ^4.0",
"nette/utils": "^3.2|^4.0",
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.0",
"webmozart/assert": "^1.11"
},
"time": "2024-12-12T11:01:44+00:00",
"time": "2024-12-16T10:56:53+00:00",
"type": "phpstan-extension",
"extra": {
"phpstan": {
Expand All @@ -1938,7 +1938,7 @@
"description": "Set of Symplify rules for PHPStan",
"support": {
"issues": "https://github.com/symplify/phpstan-rules/issues",
"source": "https://github.com/symplify/phpstan-rules/tree/14.0.2"
"source": "https://github.com/symplify/phpstan-rules/tree/14.0.4"
},
"funding": [
{
Expand Down
Loading

0 comments on commit 95751df

Please sign in to comment.