Skip to content

Commit 2ba26aa

Browse files
Bump phpstan/phpstan from 2.1.1 to 2.1.2 (#821)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
1 parent daa55be commit 2ba26aa

File tree

191 files changed

+2751
-703
lines changed

Some content is hidden

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

191 files changed

+2751
-703
lines changed

composer.json

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

composer.lock

Lines changed: 19 additions & 21 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
'Doctrine\\DBAL\\Exception\\SyntaxErrorException' => $vendorDir . '/doctrine/dbal/src/Exception/SyntaxErrorException.php',
206206
'Doctrine\\DBAL\\Exception\\TableExistsException' => $vendorDir . '/doctrine/dbal/src/Exception/TableExistsException.php',
207207
'Doctrine\\DBAL\\Exception\\TableNotFoundException' => $vendorDir . '/doctrine/dbal/src/Exception/TableNotFoundException.php',
208+
'Doctrine\\DBAL\\Exception\\TransactionRolledBack' => $vendorDir . '/doctrine/dbal/src/Exception/TransactionRolledBack.php',
208209
'Doctrine\\DBAL\\Exception\\UniqueConstraintViolationException' => $vendorDir . '/doctrine/dbal/src/Exception/UniqueConstraintViolationException.php',
209210
'Doctrine\\DBAL\\ExpandArrayParameters' => $vendorDir . '/doctrine/dbal/src/ExpandArrayParameters.php',
210211
'Doctrine\\DBAL\\FetchMode' => $vendorDir . '/doctrine/dbal/src/FetchMode.php',
@@ -1099,11 +1100,16 @@
10991100
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\EvalCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/EvalCalls.php',
11001101
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\ExitDieCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/ExitDieCalls.php',
11011102
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\FunctionCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/FunctionCalls.php',
1103+
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\FunctionFirstClassCallables' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/FunctionFirstClassCallables.php',
1104+
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\IssetCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/IssetCalls.php',
11021105
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\MethodCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/MethodCalls.php',
1106+
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\MethodFirstClassCallables' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/MethodFirstClassCallables.php',
11031107
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\NewCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/NewCalls.php',
11041108
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\PrintCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/PrintCalls.php',
11051109
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\ShellExecCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/ShellExecCalls.php',
11061110
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\StaticCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/StaticCalls.php',
1111+
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\StaticFirstClassCallables' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/StaticFirstClassCallables.php',
1112+
'Spaze\\PHPStan\\Rules\\Disallowed\\Calls\\UnsetCalls' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Calls/UnsetCalls.php',
11071113
'Spaze\\PHPStan\\Rules\\Disallowed\\ControlStructures\\BreakControlStructure' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/ControlStructures/BreakControlStructure.php',
11081114
'Spaze\\PHPStan\\Rules\\Disallowed\\ControlStructures\\ContinueControlStructure' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/ControlStructures/ContinueControlStructure.php',
11091115
'Spaze\\PHPStan\\Rules\\Disallowed\\ControlStructures\\DeclareControlStructure' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/ControlStructures/DeclareControlStructure.php',
@@ -1141,6 +1147,7 @@
11411147
'Spaze\\PHPStan\\Rules\\Disallowed\\Formatter\\Formatter' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Formatter/Formatter.php',
11421148
'Spaze\\PHPStan\\Rules\\Disallowed\\Identifier\\Identifier' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Identifier/Identifier.php',
11431149
'Spaze\\PHPStan\\Rules\\Disallowed\\Normalizer\\Normalizer' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Normalizer/Normalizer.php',
1150+
'Spaze\\PHPStan\\Rules\\Disallowed\\PHPStan1Compatibility' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/PHPStan1Compatibility.php',
11441151
'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\Param' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/Param.php',
11451152
'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\ParamValue' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/ParamValue.php',
11461153
'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\ParamValueAny' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/ParamValueAny.php',
@@ -1152,9 +1159,11 @@
11521159
'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\ParamValueFlagSpecific' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/ParamValueFlagSpecific.php',
11531160
'Spaze\\PHPStan\\Rules\\Disallowed\\Params\\ParamValueSpecific' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/Params/ParamValueSpecific.php',
11541161
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedAttributeRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedAttributeRuleErrors.php',
1162+
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedCallableParameterRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedCallableParameterRuleErrors.php',
11551163
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedCallsRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedCallsRuleErrors.php',
11561164
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedConstantRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedConstantRuleErrors.php',
11571165
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedControlStructureRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedControlStructureRuleErrors.php',
1166+
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedFunctionRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedFunctionRuleErrors.php',
11581167
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedMethodRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedMethodRuleErrors.php',
11591168
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedNamespaceRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedNamespaceRuleErrors.php',
11601169
'Spaze\\PHPStan\\Rules\\Disallowed\\RuleErrors\\DisallowedVariableRuleErrors' => $vendorDir . '/spaze/phpstan-disallowed-calls/src/RuleErrors/DisallowedVariableRuleErrors.php',
@@ -1895,8 +1904,12 @@
18951904
'Symplify\\PHPStanRules\\Contract\\PhpDocParser\\PhpDocNodeVisitorInterface' => $vendorDir . '/symplify/phpstan-rules/src/Contract/PhpDocParser/PhpDocNodeVisitorInterface.php',
18961905
'Symplify\\PHPStanRules\\Doctrine\\DoctrineEntityDocumentAnalyser' => $vendorDir . '/symplify/phpstan-rules/src/Doctrine/DoctrineEntityDocumentAnalyser.php',
18971906
'Symplify\\PHPStanRules\\Enum\\ClassName' => $vendorDir . '/symplify/phpstan-rules/src/Enum/ClassName.php',
1907+
'Symplify\\PHPStanRules\\Enum\\DoctrineRuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/DoctrineRuleIdentifier.php',
18981908
'Symplify\\PHPStanRules\\Enum\\MethodName' => $vendorDir . '/symplify/phpstan-rules/src/Enum/MethodName.php',
1909+
'Symplify\\PHPStanRules\\Enum\\PHPUnitRuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/PHPUnitRuleIdentifier.php',
1910+
'Symplify\\PHPStanRules\\Enum\\RectorRuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/RectorRuleIdentifier.php',
18991911
'Symplify\\PHPStanRules\\Enum\\RuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/RuleIdentifier.php',
1912+
'Symplify\\PHPStanRules\\Enum\\SymfonyRuleIdentifier' => $vendorDir . '/symplify/phpstan-rules/src/Enum/SymfonyRuleIdentifier.php',
19001913
'Symplify\\PHPStanRules\\Exception\\PhpDocParser\\InvalidTraverseException' => $vendorDir . '/symplify/phpstan-rules/src/Exception/PhpDocParser/InvalidTraverseException.php',
19011914
'Symplify\\PHPStanRules\\Exception\\ShouldNotHappenException' => $vendorDir . '/symplify/phpstan-rules/src/Exception/ShouldNotHappenException.php',
19021915
'Symplify\\PHPStanRules\\FileSystem\\FileSystem' => $vendorDir . '/symplify/phpstan-rules/src/FileSystem/FileSystem.php',
@@ -1906,6 +1919,7 @@
19061919
'Symplify\\PHPStanRules\\NodeAnalyzer\\AttributeFinder' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/AttributeFinder.php',
19071920
'Symplify\\PHPStanRules\\NodeAnalyzer\\EnumAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/EnumAnalyzer.php',
19081921
'Symplify\\PHPStanRules\\NodeAnalyzer\\MethodCallNameAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/MethodCallNameAnalyzer.php',
1922+
'Symplify\\PHPStanRules\\NodeAnalyzer\\SymfonyRequiredMethodAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/SymfonyRequiredMethodAnalyzer.php',
19091923
'Symplify\\PHPStanRules\\NodeFinder\\TypeAwareNodeFinder' => $vendorDir . '/symplify/phpstan-rules/src/NodeFinder/TypeAwareNodeFinder.php',
19101924
'Symplify\\PHPStanRules\\NodeTraverser\\SimpleCallableNodeTraverser' => $vendorDir . '/symplify/phpstan-rules/src/NodeTraverser/SimpleCallableNodeTraverser.php',
19111925
'Symplify\\PHPStanRules\\NodeVisitor\\CallableNodeVisitor' => $vendorDir . '/symplify/phpstan-rules/src/NodeVisitor/CallableNodeVisitor.php',
@@ -1940,6 +1954,7 @@
19401954
'Symplify\\PHPStanRules\\Rules\\ForbiddenMultipleClassLikeInOneFileRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ForbiddenMultipleClassLikeInOneFileRule.php',
19411955
'Symplify\\PHPStanRules\\Rules\\ForbiddenNodeRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ForbiddenNodeRule.php',
19421956
'Symplify\\PHPStanRules\\Rules\\ForbiddenStaticClassConstFetchRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ForbiddenStaticClassConstFetchRule.php',
1957+
'Symplify\\PHPStanRules\\Rules\\MaximumIgnoredErrorCountRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/MaximumIgnoredErrorCountRule.php',
19431958
'Symplify\\PHPStanRules\\Rules\\NoDynamicNameRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoDynamicNameRule.php',
19441959
'Symplify\\PHPStanRules\\Rules\\NoEntityOutsideEntityNamespaceRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoEntityOutsideEntityNamespaceRule.php',
19451960
'Symplify\\PHPStanRules\\Rules\\NoGlobalConstRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoGlobalConstRule.php',
@@ -1965,7 +1980,9 @@
19651980
'Symplify\\PHPStanRules\\Rules\\Symfony\\NoRequiredOutsideClassRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/NoRequiredOutsideClassRule.php',
19661981
'Symplify\\PHPStanRules\\Rules\\Symfony\\NoStringInGetSubscribedEventsRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/NoStringInGetSubscribedEventsRule.php',
19671982
'Symplify\\PHPStanRules\\Rules\\Symfony\\RequireInvokableControllerRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/RequireInvokableControllerRule.php',
1983+
'Symplify\\PHPStanRules\\Rules\\Symfony\\RequiredOnlyInAbstractRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/RequiredOnlyInAbstractRule.php',
19681984
'Symplify\\PHPStanRules\\Rules\\Symfony\\SingleArgEventDispatchRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/SingleArgEventDispatchRule.php',
1985+
'Symplify\\PHPStanRules\\Rules\\Symfony\\SingleRequiredMethodRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Symfony/SingleRequiredMethodRule.php',
19691986
'Symplify\\PHPStanRules\\Rules\\UppercaseConstantRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/UppercaseConstantRule.php',
19701987
'Symplify\\PHPStanRules\\Symfony\\NodeAnalyzer\\SymfonyControllerAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/Symfony/NodeAnalyzer/SymfonyControllerAnalyzer.php',
19711988
'Symplify\\PHPStanRules\\Testing\\PHPUnitTestAnalyser' => $vendorDir . '/symplify/phpstan-rules/src/Testing/PHPUnitTestAnalyser.php',
@@ -1992,6 +2009,7 @@
19922009
'TomasVotruba\\TypeCoverage\\Collectors\\PropertyTypeDeclarationCollector' => $vendorDir . '/tomasvotruba/type-coverage/src/Collectors/PropertyTypeDeclarationCollector.php',
19932010
'TomasVotruba\\TypeCoverage\\Collectors\\ReturnTypeDeclarationCollector' => $vendorDir . '/tomasvotruba/type-coverage/src/Collectors/ReturnTypeDeclarationCollector.php',
19942011
'TomasVotruba\\TypeCoverage\\Configuration' => $vendorDir . '/tomasvotruba/type-coverage/src/Configuration.php',
2012+
'TomasVotruba\\TypeCoverage\\Configuration\\ScopeConfigurationResolver' => $vendorDir . '/tomasvotruba/type-coverage/src/Configuration/ScopeConfigurationResolver.php',
19952013
'TomasVotruba\\TypeCoverage\\Formatter\\TypeCoverageFormatter' => $vendorDir . '/tomasvotruba/type-coverage/src/Formatter/TypeCoverageFormatter.php',
19962014
'TomasVotruba\\TypeCoverage\\Rules\\ConstantTypeCoverageRule' => $vendorDir . '/tomasvotruba/type-coverage/src/Rules/ConstantTypeCoverageRule.php',
19972015
'TomasVotruba\\TypeCoverage\\Rules\\DeclareCoverageRule' => $vendorDir . '/tomasvotruba/type-coverage/src/Rules/DeclareCoverageRule.php',

vendor/composer/autoload_files.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
'9b38cf48e83f5d8f60375221cd213eee' => $vendorDir . '/phpstan/phpstan/bootstrap.php',
1010
'a4ecaeafb8cfb009ad0e052c90355e98' => $vendorDir . '/beberlei/assert/lib/Assert/functions.php',
1111
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
12+
'238fdbca8bd5b745bcd17208ecf28492' => $vendorDir . '/symplify/phpstan-rules/src/functions/fast-functions.php',
1213
);

vendor/composer/autoload_psr4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'Rector\\TypePerfect\\' => array($vendorDir . '/rector/type-perfect/src'),
2020
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
2121
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
22-
'PHPStan\\' => array($vendorDir . '/phpstan/phpstan-deprecation-rules/src', $vendorDir . '/phpstan/phpstan-phpunit/src', $vendorDir . '/phpstan/phpstan-strict-rules/src', $vendorDir . '/phpstan/phpstan-symfony/src'),
22+
'PHPStan\\' => array($vendorDir . '/phpstan/phpstan-deprecation-rules/src', $vendorDir . '/phpstan/phpstan-symfony/src', $vendorDir . '/phpstan/phpstan-phpunit/src', $vendorDir . '/phpstan/phpstan-strict-rules/src'),
2323
'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'),
2424
'Doctrine\\Deprecations\\' => array($vendorDir . '/doctrine/deprecations/src'),
2525
'Doctrine\\DBAL\\' => array($vendorDir . '/doctrine/dbal/src'),

0 commit comments

Comments
 (0)