Skip to content

Commit

Permalink
update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed May 24, 2024
1 parent f216eb4 commit 6d1ac7b
Show file tree
Hide file tree
Showing 40 changed files with 281 additions and 1,260 deletions.
8 changes: 4 additions & 4 deletions composer.lock

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

12 changes: 1 addition & 11 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1566,12 +1566,10 @@
'Symplify\\PHPStanRules\\Matcher\\ArrayStringAndFnMatcher' => $vendorDir . '/symplify/phpstan-rules/src/Matcher/ArrayStringAndFnMatcher.php',
'Symplify\\PHPStanRules\\Matcher\\ClassMethodCallReferenceResolver' => $vendorDir . '/symplify/phpstan-rules/src/Matcher/ClassMethodCallReferenceResolver.php',
'Symplify\\PHPStanRules\\Matcher\\Collector\\PublicClassMethodMatcher' => $vendorDir . '/symplify/phpstan-rules/src/Matcher/Collector/PublicClassMethodMatcher.php',
'Symplify\\PHPStanRules\\Naming\\BoolishNameAnalyser' => $vendorDir . '/symplify/phpstan-rules/src/Naming/BoolishNameAnalyser.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',
'Symplify\\PHPStanRules\\NodeAnalyzer\\EnumAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/EnumAnalyzer.php',
'Symplify\\PHPStanRules\\NodeAnalyzer\\FileCheckingFuncCallAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/FileCheckingFuncCallAnalyzer.php',
'Symplify\\PHPStanRules\\NodeAnalyzer\\MethodCall\\MethodCallClassConstFetchPositionResolver' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/MethodCall/MethodCallClassConstFetchPositionResolver.php',
'Symplify\\PHPStanRules\\NodeAnalyzer\\RegexFuncCallAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/RegexFuncCallAnalyzer.php',
'Symplify\\PHPStanRules\\NodeAnalyzer\\RegexStaticCallAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/NodeAnalyzer/RegexStaticCallAnalyzer.php',
'Symplify\\PHPStanRules\\NodeFinder\\ClassMethodNodeFinder' => $vendorDir . '/symplify/phpstan-rules/src/NodeFinder/ClassMethodNodeFinder.php',
Expand All @@ -1582,11 +1580,8 @@
'Symplify\\PHPStanRules\\NodeVisitor\\CallableNodeVisitor' => $vendorDir . '/symplify/phpstan-rules/src/NodeVisitor/CallableNodeVisitor.php',
'Symplify\\PHPStanRules\\NodeVisitor\\FlatConcatFindingNodeVisitor' => $vendorDir . '/symplify/phpstan-rules/src/NodeVisitor/FlatConcatFindingNodeVisitor.php',
'Symplify\\PHPStanRules\\NodeVisitor\\HasScopedReturnNodeVisitor' => $vendorDir . '/symplify/phpstan-rules/src/NodeVisitor/HasScopedReturnNodeVisitor.php',
'Symplify\\PHPStanRules\\NodeVisitor\\StringOutsideConcatFindingNodeVisitor' => $vendorDir . '/symplify/phpstan-rules/src/NodeVisitor/StringOutsideConcatFindingNodeVisitor.php',
'Symplify\\PHPStanRules\\ObjectCalisthenics\\Rules\\NoShortNameRule' => $vendorDir . '/symplify/phpstan-rules/src/ObjectCalisthenics/Rules/NoShortNameRule.php',
'Symplify\\PHPStanRules\\ParentClassMethodNodeResolver' => $vendorDir . '/symplify/phpstan-rules/src/ParentClassMethodNodeResolver.php',
'Symplify\\PHPStanRules\\ParentGuard\\ParentClassMethodGuard' => $vendorDir . '/symplify/phpstan-rules/src/ParentGuard/ParentClassMethodGuard.php',
'Symplify\\PHPStanRules\\ParentGuard\\ParentElementResolver\\ParentMethodResolver' => $vendorDir . '/symplify/phpstan-rules/src/ParentGuard/ParentElementResolver/ParentMethodResolver.php',
'Symplify\\PHPStanRules\\PhpDocParser\\PhpDocNodeTraverser' => $vendorDir . '/symplify/phpstan-rules/src/PhpDocParser/PhpDocNodeTraverser.php',
'Symplify\\PHPStanRules\\PhpDocParser\\PhpDocNodeVisitor\\AbstractPhpDocNodeVisitor' => $vendorDir . '/symplify/phpstan-rules/src/PhpDocParser/PhpDocNodeVisitor/AbstractPhpDocNodeVisitor.php',
'Symplify\\PHPStanRules\\PhpDocParser\\PhpDocNodeVisitor\\CallablePhpDocNodeVisitor' => $vendorDir . '/symplify/phpstan-rules/src/PhpDocParser/PhpDocNodeVisitor/CallablePhpDocNodeVisitor.php',
Expand All @@ -1596,13 +1591,11 @@
'Symplify\\PHPStanRules\\PhpDoc\\SeePhpDocTagNodesFinder' => $vendorDir . '/symplify/phpstan-rules/src/PhpDoc/SeePhpDocTagNodesFinder.php',
'Symplify\\PHPStanRules\\Printer\\CollectorMetadataPrinter' => $vendorDir . '/symplify/phpstan-rules/src/Printer/CollectorMetadataPrinter.php',
'Symplify\\PHPStanRules\\Printer\\NodeComparator' => $vendorDir . '/symplify/phpstan-rules/src/Printer/NodeComparator.php',
'Symplify\\PHPStanRules\\Reflection\\MethodCallNodeAnalyzer' => $vendorDir . '/symplify/phpstan-rules/src/Reflection/MethodCallNodeAnalyzer.php',
'Symplify\\PHPStanRules\\Reflection\\MethodNodeAnalyser' => $vendorDir . '/symplify/phpstan-rules/src/Reflection/MethodNodeAnalyser.php',
'Symplify\\PHPStanRules\\Reflection\\ReflectionParser' => $vendorDir . '/symplify/phpstan-rules/src/Reflection/ReflectionParser.php',
'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\\BoolishClassMethodPrefixRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/BoolishClassMethodPrefixRule.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\\CheckTypehintCallerTypeRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/CheckTypehintCallerTypeRule.php',
Expand All @@ -1611,12 +1604,10 @@
'Symplify\\PHPStanRules\\Rules\\Complexity\\ForbiddenSameNamedNewInstanceRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Complexity/ForbiddenSameNamedNewInstanceRule.php',
'Symplify\\PHPStanRules\\Rules\\Domain\\RequireAttributeNamespaceRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Domain/RequireAttributeNamespaceRule.php',
'Symplify\\PHPStanRules\\Rules\\Domain\\RequireExceptionNamespaceRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Domain/RequireExceptionNamespaceRule.php',
'Symplify\\PHPStanRules\\Rules\\Enum\\RequireEnumDocBlockOnConstantListPassRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Enum/RequireEnumDocBlockOnConstantListPassRule.php',
'Symplify\\PHPStanRules\\Rules\\Enum\\RequireUniqueEnumConstantRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Enum/RequireUniqueEnumConstantRule.php',
'Symplify\\PHPStanRules\\Rules\\Explicit\\ExplicitClassPrefixSuffixRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Explicit/ExplicitClassPrefixSuffixRule.php',
'Symplify\\PHPStanRules\\Rules\\Explicit\\NoMixedMethodCallerRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Explicit/NoMixedMethodCallerRule.php',
'Symplify\\PHPStanRules\\Rules\\Explicit\\NoMixedPropertyFetcherRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Explicit/NoMixedPropertyFetcherRule.php',
'Symplify\\PHPStanRules\\Rules\\Explicit\\NoRelativeFilePathRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Explicit/NoRelativeFilePathRule.php',
'Symplify\\PHPStanRules\\Rules\\Explicit\\RequireSpecificReturnTypeOverAbstractRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/Explicit/RequireSpecificReturnTypeOverAbstractRule.php',
'Symplify\\PHPStanRules\\Rules\\ForbiddenExtendOfNonAbstractClassRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ForbiddenExtendOfNonAbstractClassRule.php',
'Symplify\\PHPStanRules\\Rules\\ForbiddenFuncCallRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ForbiddenFuncCallRule.php',
Expand All @@ -1625,7 +1616,6 @@
'Symplify\\PHPStanRules\\Rules\\ForbiddenParamTypeRemovalRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/ForbiddenParamTypeRemovalRule.php',
'Symplify\\PHPStanRules\\Rules\\NarrowType\\NarrowPublicClassMethodParamTypeByCallerTypeRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NarrowType/NarrowPublicClassMethodParamTypeByCallerTypeRule.php',
'Symplify\\PHPStanRules\\Rules\\NarrowType\\NoReturnFalseInNonBoolClassMethodRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NarrowType/NoReturnFalseInNonBoolClassMethodRule.php',
'Symplify\\PHPStanRules\\Rules\\NoAbstractMethodRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoAbstractMethodRule.php',
'Symplify\\PHPStanRules\\Rules\\NoArrayAccessOnObjectRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoArrayAccessOnObjectRule.php',
'Symplify\\PHPStanRules\\Rules\\NoDuplicatedShortClassNameRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoDuplicatedShortClassNameRule.php',
'Symplify\\PHPStanRules\\Rules\\NoDynamicNameRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoDynamicNameRule.php',
Expand All @@ -1634,7 +1624,6 @@
'Symplify\\PHPStanRules\\Rules\\NoIssetOnObjectRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoIssetOnObjectRule.php',
'Symplify\\PHPStanRules\\Rules\\NoMissingDirPathRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoMissingDirPathRule.php',
'Symplify\\PHPStanRules\\Rules\\NoNullableArrayPropertyRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoNullableArrayPropertyRule.php',
'Symplify\\PHPStanRules\\Rules\\NoProtectedClassElementRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoProtectedClassElementRule.php',
'Symplify\\PHPStanRules\\Rules\\NoReferenceRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoReferenceRule.php',
'Symplify\\PHPStanRules\\Rules\\NoReturnArrayVariableListRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoReturnArrayVariableListRule.php',
'Symplify\\PHPStanRules\\Rules\\NoReturnSetterMethodRule' => $vendorDir . '/symplify/phpstan-rules/src/Rules/NoReturnSetterMethodRule.php',
Expand Down Expand Up @@ -1917,6 +1906,7 @@
'staabm\\PHPStanDba\\UnresolvableQueryMixedTypeException' => $vendorDir . '/staabm/phpstan-dba/src/UnresolvableQueryMixedTypeException.php',
'staabm\\PHPStanDba\\UnresolvableQueryStringTypeException' => $vendorDir . '/staabm/phpstan-dba/src/UnresolvableQueryStringTypeException.php',
'staabm\\PHPStanTodoBy\\TodoByDateRule' => $vendorDir . '/staabm/phpstan-todo-by/src/TodoByDateRule.php',
'staabm\\PHPStanTodoBy\\TodoByIssueUrlRule' => $vendorDir . '/staabm/phpstan-todo-by/src/TodoByIssueUrlRule.php',
'staabm\\PHPStanTodoBy\\TodoByPackageVersionRule' => $vendorDir . '/staabm/phpstan-todo-by/src/TodoByPackageVersionRule.php',
'staabm\\PHPStanTodoBy\\TodoBySymfonyDeprecationRule' => $vendorDir . '/staabm/phpstan-todo-by/src/TodoBySymfonyDeprecationRule.php',
'staabm\\PHPStanTodoBy\\TodoByTicketCollector' => $vendorDir . '/staabm/phpstan-todo-by/src/TodoByTicketCollector.php',
Expand Down
Loading

0 comments on commit 6d1ac7b

Please sign in to comment.