Skip to content

Commit 7cd1c36

Browse files
Bump phpstan/phpstan from 2.1.38 to 2.1.39 (#982)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
1 parent 7b1d49c commit 7cd1c36

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+480
-174
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"php": ">=8.1",
44
"justinrainbow/json-schema": "^5.3",
55
"php-parallel-lint/php-parallel-lint": "1.4",
6-
"phpstan/phpstan": "2.1.38",
6+
"phpstan/phpstan": "2.1.39",
77
"phpstan/phpstan-deprecation-rules": "2.0.3",
88
"phpstan/phpstan-phpunit": "2.0.15",
99
"phpstan/phpstan-strict-rules": "2.0.8",

composer.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/autoload_classmap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,8 +1034,11 @@
10341034
'PHPStan\\Type\\PHPUnit\\Assert\\AssertStaticMethodTypeSpecifyingExtension' => $vendorDir . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/Assert/AssertStaticMethodTypeSpecifyingExtension.php',
10351035
'PHPStan\\Type\\PHPUnit\\Assert\\AssertTypeSpecifyingExtensionHelper' => $vendorDir . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php',
10361036
'PHPStan\\Type\\PHPUnit\\DataProviderReturnTypeIgnoreExtension' => $vendorDir . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/DataProviderReturnTypeIgnoreExtension.php',
1037+
'PHPStan\\Type\\PHPUnit\\DynamicCallToAssertionIgnoreExtension' => $vendorDir . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/DynamicCallToAssertionIgnoreExtension.php',
10371038
'PHPStan\\Type\\PHPUnit\\MockBuilderDynamicReturnTypeExtension' => $vendorDir . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/MockBuilderDynamicReturnTypeExtension.php',
1039+
'PHPStan\\Type\\PHPUnit\\MockForIntersectionDynamicReturnTypeExtension' => $vendorDir . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/MockForIntersectionDynamicReturnTypeExtension.php',
10381040
'PHPStan\\Type\\Symfony\\ArgumentTypeSpecifyingExtension' => $vendorDir . '/phpstan/phpstan-symfony/src/Type/Symfony/ArgumentTypeSpecifyingExtension.php',
1041+
'PHPStan\\Type\\Symfony\\BrowserKitAssertionTraitReturnTypeExtension' => $vendorDir . '/phpstan/phpstan-symfony/src/Type/Symfony/BrowserKitAssertionTraitReturnTypeExtension.php',
10391042
'PHPStan\\Type\\Symfony\\CacheInterfaceGetDynamicReturnTypeExtension' => $vendorDir . '/phpstan/phpstan-symfony/src/Type/Symfony/CacheInterfaceGetDynamicReturnTypeExtension.php',
10401043
'PHPStan\\Type\\Symfony\\CommandGetHelperDynamicReturnTypeExtension' => $vendorDir . '/phpstan/phpstan-symfony/src/Type/Symfony/CommandGetHelperDynamicReturnTypeExtension.php',
10411044
'PHPStan\\Type\\Symfony\\Config\\ArrayNodeDefinitionPrototypeDynamicReturnTypeExtension' => $vendorDir . '/phpstan/phpstan-symfony/src/Type/Symfony/Config/ArrayNodeDefinitionPrototypeDynamicReturnTypeExtension.php',
@@ -1190,6 +1193,7 @@
11901193
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedNamespaceRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedNamespaceRuleErrors.php',
11911194
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedVariableRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedVariableRuleErrors.php',
11921195
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\ErrorIdentifiers' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/ErrorIdentifiers.php',
1196+
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\ErrorTips' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/ErrorTips.php',
11931197
'Spaze\\PHPStan\\Rules\\Disallowed\\Type\\TypeResolver' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Type/TypeResolver.php',
11941198
'Spaze\\PHPStan\\Rules\\Disallowed\\UsageFactory\\NamespaceUsage' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/UsageFactory/NamespaceUsage.php',
11951199
'Spaze\\PHPStan\\Rules\\Disallowed\\UsageFactory\\NamespaceUsageFactory' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/UsageFactory/NamespaceUsageFactory.php',

vendor/composer/autoload_static.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,8 +1194,11 @@ class ComposerStaticInit9cf8af24a7a084f114b4553be2a1ff9f
11941194
'PHPStan\\Type\\PHPUnit\\Assert\\AssertStaticMethodTypeSpecifyingExtension' => __DIR__ . '/..' . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/Assert/AssertStaticMethodTypeSpecifyingExtension.php',
11951195
'PHPStan\\Type\\PHPUnit\\Assert\\AssertTypeSpecifyingExtensionHelper' => __DIR__ . '/..' . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/Assert/AssertTypeSpecifyingExtensionHelper.php',
11961196
'PHPStan\\Type\\PHPUnit\\DataProviderReturnTypeIgnoreExtension' => __DIR__ . '/..' . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/DataProviderReturnTypeIgnoreExtension.php',
1197+
'PHPStan\\Type\\PHPUnit\\DynamicCallToAssertionIgnoreExtension' => __DIR__ . '/..' . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/DynamicCallToAssertionIgnoreExtension.php',
11971198
'PHPStan\\Type\\PHPUnit\\MockBuilderDynamicReturnTypeExtension' => __DIR__ . '/..' . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/MockBuilderDynamicReturnTypeExtension.php',
1199+
'PHPStan\\Type\\PHPUnit\\MockForIntersectionDynamicReturnTypeExtension' => __DIR__ . '/..' . '/phpstan/phpstan-phpunit/src/Type/PHPUnit/MockForIntersectionDynamicReturnTypeExtension.php',
11981200
'PHPStan\\Type\\Symfony\\ArgumentTypeSpecifyingExtension' => __DIR__ . '/..' . '/phpstan/phpstan-symfony/src/Type/Symfony/ArgumentTypeSpecifyingExtension.php',
1201+
'PHPStan\\Type\\Symfony\\BrowserKitAssertionTraitReturnTypeExtension' => __DIR__ . '/..' . '/phpstan/phpstan-symfony/src/Type/Symfony/BrowserKitAssertionTraitReturnTypeExtension.php',
11991202
'PHPStan\\Type\\Symfony\\CacheInterfaceGetDynamicReturnTypeExtension' => __DIR__ . '/..' . '/phpstan/phpstan-symfony/src/Type/Symfony/CacheInterfaceGetDynamicReturnTypeExtension.php',
12001203
'PHPStan\\Type\\Symfony\\CommandGetHelperDynamicReturnTypeExtension' => __DIR__ . '/..' . '/phpstan/phpstan-symfony/src/Type/Symfony/CommandGetHelperDynamicReturnTypeExtension.php',
12011204
'PHPStan\\Type\\Symfony\\Config\\ArrayNodeDefinitionPrototypeDynamicReturnTypeExtension' => __DIR__ . '/..' . '/phpstan/phpstan-symfony/src/Type/Symfony/Config/ArrayNodeDefinitionPrototypeDynamicReturnTypeExtension.php',
@@ -1350,6 +1353,7 @@ class ComposerStaticInit9cf8af24a7a084f114b4553be2a1ff9f
13501353
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedNamespaceRuleErrors' => __DIR__ . '/..' . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedNamespaceRuleErrors.php',
13511354
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedVariableRuleErrors' => __DIR__ . '/..' . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedVariableRuleErrors.php',
13521355
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\ErrorIdentifiers' => __DIR__ . '/..' . '/spaze/phpstan-disallowed-calls/src/RuleErrors/ErrorIdentifiers.php',
1356+
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\ErrorTips' => __DIR__ . '/..' . '/spaze/phpstan-disallowed-calls/src/RuleErrors/ErrorTips.php',
13531357
'Spaze\\PHPStan\\Rules\\Disallowed\\Type\\TypeResolver' => __DIR__ . '/..' . '/spaze/phpstan-disallowed-calls/src/Type/TypeResolver.php',
13541358
'Spaze\\PHPStan\\Rules\\Disallowed\\UsageFactory\\NamespaceUsage' => __DIR__ . '/..' . '/spaze/phpstan-disallowed-calls/src/UsageFactory/NamespaceUsage.php',
13551359
'Spaze\\PHPStan\\Rules\\Disallowed\\UsageFactory\\NamespaceUsageFactory' => __DIR__ . '/..' . '/spaze/phpstan-disallowed-calls/src/UsageFactory/NamespaceUsageFactory.php',

0 commit comments

Comments
 (0)