Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update drupal/coder from 8.3.6 to 8.3.15 #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

violinist-bot
Copy link
Contributor

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here.

List of updated packages
  • dealerdirect/phpcodesniffer-composer-installer: v0.7.2 (new package, previously not installed)
  • drupal/coder: 8.3.15 (updated from 8.3.6)
  • phpstan/phpdoc-parser: 1.2.0 (new package, previously not installed)
  • sirbrillig/phpcs-variable-analysis: v2.11.3 (new package, previously not installed)
  • slevomat/coding-standard: 7.0.20 (new package, previously not installed)
  • squizlabs/php_codesniffer: 3.6.2 (updated from 3.4.2)

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .gitattributes
  .github/workflows/testing.yml
  .travis.yml
  README.md
  coder_sniffer/Drupal/Sniffs/Arrays/ArraySniff.php
  coder_sniffer/Drupal/Sniffs/Arrays/DisallowLongArraySyntaxSniff.php
  coder_sniffer/Drupal/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php
  coder_sniffer/Drupal/Sniffs/CSS/ColourDefinitionSniff.php
  coder_sniffer/Drupal/Sniffs/Classes/ClassCreateInstanceSniff.php
  coder_sniffer/Drupal/Sniffs/Classes/ClassDeclarationSniff.php
  coder_sniffer/Drupal/Sniffs/Classes/ClassFileNameSniff.php
  coder_sniffer/Drupal/Sniffs/Classes/FullyQualifiedNamespaceSniff.php
  coder_sniffer/Drupal/Sniffs/Classes/InterfaceNameSniff.php
  coder_sniffer/Drupal/Sniffs/Classes/UnusedUseStatementSniff.php
  coder_sniffer/Drupal/Sniffs/Classes/UseGlobalClassSniff.php
  coder_sniffer/Drupal/Sniffs/Classes/UseLeadingBackslashSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/ClassCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/DataTypeNamespaceSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/DeprecatedSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/DocCommentAlignmentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/DocCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/DocCommentStarSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/FileCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/FunctionCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/GenderNeutralCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/HookCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/InlineCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/InlineVariableCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/PostStatementCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/TodoCommentSniff.php
  coder_sniffer/Drupal/Sniffs/Commenting/VariableCommentSniff.php
  coder_sniffer/Drupal/Sniffs/ControlStructures/ControlSignatureSniff.php
  coder_sniffer/Drupal/Sniffs/ControlStructures/ElseIfSniff.php
  coder_sniffer/Drupal/Sniffs/Files/EndFileNewlineSniff.php
  coder_sniffer/Drupal/Sniffs/Files/FileEncodingSniff.php
  coder_sniffer/Drupal/Sniffs/Files/LineLengthSniff.php
  coder_sniffer/Drupal/Sniffs/Files/TxtFileLineLengthSniff.php
  coder_sniffer/Drupal/Sniffs/Formatting/MultiLineAssignmentSniff.php
  coder_sniffer/Drupal/Sniffs/Formatting/MultipleStatementAlignmentSniff.php
  coder_sniffer/Drupal/Sniffs/Formatting/SpaceInlineIfSniff.php
  coder_sniffer/Drupal/Sniffs/Formatting/SpaceUnaryOperatorSniff.php
  coder_sniffer/Drupal/Sniffs/Functions/DiscouragedFunctionsSniff.php
  coder_sniffer/Drupal/Sniffs/Functions/FunctionDeclarationSniff.php
  coder_sniffer/Drupal/Sniffs/InfoFiles/AutoAddedKeysSniff.php
  coder_sniffer/Drupal/Sniffs/InfoFiles/ClassFilesSniff.php
  coder_sniffer/Drupal/Sniffs/InfoFiles/DuplicateEntrySniff.php
  coder_sniffer/Drupal/Sniffs/InfoFiles/RequiredSniff.php
  coder_sniffer/Drupal/Sniffs/NamingConventions/ValidClassNameSniff.php
  coder_sniffer/Drupal/Sniffs/NamingConventions/ValidGlobalSniff.php
  coder_sniffer/Drupal/Sniffs/NamingConventions/ValidVariableNameSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/ConstantNameSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/EmptyInstallSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/FunctionAliasSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php
  coder_sniffer/Drupal/Sniffs/Semantics/FunctionDefinition.php
  coder_sniffer/Drupal/Sniffs/Semantics/FunctionTSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/FunctionTriggerErrorSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/FunctionWatchdogSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/InstallHooksSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/LStringTranslatableSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/PregSecuritySniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/RemoteAddressSniff.php
  coder_sniffer/Drupal/Sniffs/Semantics/TInHookSchemaSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/CloseBracketSpacingSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/CommaSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/EmptyLinesSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/NamespaceSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/OpenBracketSpacingSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/OpenTagNewlineSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/OperatorSpacingSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php
  coder_sniffer/Drupal/Sniffs/WhiteSpace/ScopeIndentSniff.php
  coder_sniffer/Drupal/Test/Arrays/ArrayUnitTest.php
  coder_sniffer/Drupal/Test/Classes/FullyQualifiedNamespaceUnitTest.inc
  coder_sniffer/Drupal/Test/Classes/FullyQualifiedNamespaceUnitTest.inc.fixed
  coder_sniffer/Drupal/Test/Commenting/ClassCommentUnitTest.inc
  coder_sniffer/Drupal/Test/Commenting/DeprecatedUnitTest.inc
  coder_sniffer/Drupal/Test/Commenting/DeprecatedUnitTest.php
  coder_sniffer/Drupal/Test/Commenting/DocCommentAlignmentUnitTest.inc
  coder_sniffer/Drupal/Test/Commenting/DocCommentAlignmentUnitTest.inc.fixed
  coder_sniffer/Drupal/Test/Commenting/DocCommentUnitTest.1.inc
  coder_sniffer/Drupal/Test/Commenting/DocCommentUnitTest.1.inc.fixed
  coder_sniffer/Drupal/Test/Commenting/HookCommentUnitTest.inc
  coder_sniffer/Drupal/Test/Commenting/HookCommentUnitTest.inc.fixed
  coder_sniffer/Drupal/Test/bad2.info
  coder_sniffer/Drupal/coder_unique_autoload_phpcs_bug_2751.php
  coder_sniffer/Drupal/ruleset.xml
  coder_sniffer/DrupalPractice/Project.php
  coder_sniffer/DrupalPractice/Sniffs/CodeAnalysis/VariableAnalysisSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Commenting/AuthorTagSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Commenting/CommentEmptyLineSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Commenting/ExpectedExceptionSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Constants/GlobalConstantSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Constants/GlobalDefineSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/CheckPlainSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/CurlSslVerifierSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/DbQuerySniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/DbSelectBracesSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/DefaultValueSanitizeSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/FormErrorTSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/InsecureUnserializeSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/LCheckPlainSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/MessageTSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/TCheckPlainSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/ThemeSniff.php
  coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/VariableSetSanitizeSniff.php
  coder_sniffer/DrupalPractice/Sniffs/General/ClassNameSniff.php
  coder_sniffer/DrupalPractice/Sniffs/General/DescriptionTSniff.php
  coder_sniffer/DrupalPractice/Sniffs/General/ExceptionTSniff.php
  coder_sniffer/DrupalPractice/Sniffs/General/FormStateInputSniff.php
  coder_sniffer/DrupalPractice/Sniffs/General/LanguageNoneSniff.php
  coder_sniffer/DrupalPractice/Sniffs/General/OptionsTSniff.php
  coder_sniffer/DrupalPractice/Sniffs/General/VariableNameSniff.php
  coder_sniffer/DrupalPractice/Sniffs/InfoFiles/CoreVersionRequirementSniff.php
  coder_sniffer/DrupalPractice/Sniffs/InfoFiles/DescriptionSniff.php
  coder_sniffer/DrupalPractice/Sniffs/InfoFiles/NamespacedDependencySniff.php
  coder_sniffer/DrupalPractice/Sniffs/Objects/GlobalClassSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Objects/GlobalDrupalSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Objects/GlobalFunctionSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Objects/UnusedPrivateMethodSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Variables/GetRequestDataSniff.php
  coder_sniffer/DrupalPractice/Sniffs/Yaml/RoutingAccessSniff.php
  coder_sniffer/DrupalPractice/Test/CodeAnalysis/VariableAnalysisUnitTest.inc
  coder_sniffer/DrupalPractice/Test/General/OptionsTUnitTest.inc
  coder_sniffer/DrupalPractice/ruleset.xml
  composer.json
  phpcs.xml.dist
  phpstan.neon
  phpunit.xml.dist
  tests/Drupal/Arrays/ArrayUnitTest.1.inc
  tests/Drupal/Arrays/ArrayUnitTest.inc
  tests/Drupal/Arrays/ArrayUnitTest.inc.fixed
  tests/Drupal/Arrays/ArrayUnitTest.php
  tests/Drupal/Arrays/DisallowLongArraySyntaxUnitTest.php
  tests/Drupal/Arrays/disallow_long_array_d7/DisallowLongArraySyntaxUnitTest.1.inc
  tests/Drupal/Arrays/disallow_long_array_d7/disallow_long_array_d7.info
  tests/Drupal/Arrays/disallow_long_array_d8/DisallowLongArraySyntaxUnitTest.2.inc
  tests/Drupal/Arrays/disallow_long_array_d8/DisallowLongArraySyntaxUnitTest.2.inc.fixed
  tests/Drupal/Arrays/disallow_long_array_d8/disallow_long_array_d8.info.yml
  tests/Drupal/Classes/ClassCreateInstanceUnitTest.inc
  tests/Drupal/Classes/ClassCreateInstanceUnitTest.inc.fixed
  tests/Drupal/Classes/ClassCreateInstanceUnitTest.php
  tests/Drupal/Classes/ClassDeclarationUnitTest.inc
  tests/Drupal/Classes/ClassDeclarationUnitTest.inc.fixed
  tests/Drupal/Classes/ClassDeclarationUnitTest.php
  tests/Drupal/Classes/ClassFileNameUnitTest.php
  tests/Drupal/Classes/FullyQualifiedNamespaceUnitTest.1.inc
  tests/Drupal/Classes/FullyQualifiedNamespaceUnitTest.1.inc.fixed
  tests/Drupal/Classes/FullyQualifiedNamespaceUnitTest.api.php
  tests/Drupal/Classes/FullyQualifiedNamespaceUnitTest.inc
  tests/Drupal/Classes/FullyQualifiedNamespaceUnitTest.inc.fixed
  tests/Drupal/Classes/FullyQualifiedNamespaceUnitTest.php
  tests/Drupal/Classes/PropertyDeclarationUnitTest.inc
  tests/Drupal/Classes/PropertyDeclarationUnitTest.inc.fixed
  tests/Drupal/Classes/PropertyDeclarationUnitTest.php
  tests/Drupal/Classes/UnusedUseStatementUnitTest.inc
  tests/Drupal/Classes/UnusedUseStatementUnitTest.inc.fixed
  tests/Drupal/Classes/UnusedUseStatementUnitTest.php
  tests/Drupal/Classes/UseGlobalClassUnitTest.inc
  tests/Drupal/Classes/UseGlobalClassUnitTest.inc.fixed
  tests/Drupal/Classes/UseGlobalClassUnitTest.php
  tests/Drupal/Classes/UseLeadingBackslashUnitTest.inc
  tests/Drupal/Classes/UseLeadingBackslashUnitTest.inc.fixed
  tests/Drupal/Classes/UseLeadingBackslashUnitTest.php
  tests/Drupal/Classes/drupal7/class_file_name_test.module
  tests/Drupal/Classes/drupal7/drupal7.info
  tests/Drupal/Classes/drupal8/ClassFileNameUnitTest.php
  tests/Drupal/Classes/drupal8/drupal8.behat.inc
  tests/Drupal/Classes/drupal8/drupal8.info.yml
  tests/Drupal/Classes/drupal8/markdownFile.md
  tests/Drupal/CoderSniffUnitTest.php
  tests/Drupal/Commenting/ClassCommentUnitTest.inc
  tests/Drupal/Commenting/ClassCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/ClassCommentUnitTest.php
  tests/Drupal/Commenting/DataTypeNamespaceUnitTest.inc
  tests/Drupal/Commenting/DataTypeNamespaceUnitTest.inc.fixed
  tests/Drupal/Commenting/DataTypeNamespaceUnitTest.php
  tests/Drupal/Commenting/DeprecatedUnitTest.inc
  tests/Drupal/Commenting/DeprecatedUnitTest.inc.fixed
  tests/Drupal/Commenting/DeprecatedUnitTest.php
  tests/Drupal/Commenting/DocCommentAlignmentUnitTest.inc
  tests/Drupal/Commenting/DocCommentAlignmentUnitTest.inc.fixed
  tests/Drupal/Commenting/DocCommentAlignmentUnitTest.php
  tests/Drupal/Commenting/DocCommentStarUnitTest.1.inc
  tests/Drupal/Commenting/DocCommentStarUnitTest.1.inc.fixed
  tests/Drupal/Commenting/DocCommentStarUnitTest.inc
  tests/Drupal/Commenting/DocCommentStarUnitTest.inc.fixed
  tests/Drupal/Commenting/DocCommentStarUnitTest.php
  tests/Drupal/Commenting/DocCommentUnitTest.1.inc
  tests/Drupal/Commenting/DocCommentUnitTest.1.inc.fixed
  tests/Drupal/Commenting/DocCommentUnitTest.2.inc
  tests/Drupal/Commenting/DocCommentUnitTest.2.inc.fixed
  tests/Drupal/Commenting/DocCommentUnitTest.3.inc
  tests/Drupal/Commenting/DocCommentUnitTest.3.inc.fixed
  tests/Drupal/Commenting/DocCommentUnitTest.inc
  tests/Drupal/Commenting/DocCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/DocCommentUnitTest.php
  tests/Drupal/Commenting/FileCommentUnitTest.1.inc
  tests/Drupal/Commenting/FileCommentUnitTest.1.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.10.inc
  tests/Drupal/Commenting/FileCommentUnitTest.10.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.11.inc
  tests/Drupal/Commenting/FileCommentUnitTest.11.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.12.inc
  tests/Drupal/Commenting/FileCommentUnitTest.12.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.2.inc
  tests/Drupal/Commenting/FileCommentUnitTest.2.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.3.inc
  tests/Drupal/Commenting/FileCommentUnitTest.3.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.4.inc
  tests/Drupal/Commenting/FileCommentUnitTest.4.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.5.inc
  tests/Drupal/Commenting/FileCommentUnitTest.5.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.6.inc
  tests/Drupal/Commenting/FileCommentUnitTest.6.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.7.inc
  tests/Drupal/Commenting/FileCommentUnitTest.7.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.8.inc
  tests/Drupal/Commenting/FileCommentUnitTest.8.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.9.inc
  tests/Drupal/Commenting/FileCommentUnitTest.9.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.inc
  tests/Drupal/Commenting/FileCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/FileCommentUnitTest.php
  tests/Drupal/Commenting/FunctionCommentUnitTest.1.inc
  tests/Drupal/Commenting/FunctionCommentUnitTest.1.inc.fixed
  tests/Drupal/Commenting/FunctionCommentUnitTest.2.inc
  tests/Drupal/Commenting/FunctionCommentUnitTest.2.inc.fixed
  tests/Drupal/Commenting/FunctionCommentUnitTest.inc
  tests/Drupal/Commenting/FunctionCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/FunctionCommentUnitTest.php
  tests/Drupal/Commenting/GenderNeutralCommentUnitTest.inc
  tests/Drupal/Commenting/GenderNeutralCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/GenderNeutralCommentUnitTest.php
  tests/Drupal/Commenting/HookCommentUnitTest.inc
  tests/Drupal/Commenting/HookCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/HookCommentUnitTest.php
  tests/Drupal/Commenting/InlineCommentUnitTest.inc
  tests/Drupal/Commenting/InlineCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/InlineCommentUnitTest.php
  tests/Drupal/Commenting/InlineVariableCommentUnitTest.inc
  tests/Drupal/Commenting/InlineVariableCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/InlineVariableCommentUnitTest.php
  tests/Drupal/Commenting/PostStatementCommentUnitTest.1.inc
  tests/Drupal/Commenting/PostStatementCommentUnitTest.1.inc.fixed
  tests/Drupal/Commenting/PostStatementCommentUnitTest.2.inc
  tests/Drupal/Commenting/PostStatementCommentUnitTest.2.inc.fixed
  tests/Drupal/Commenting/PostStatementCommentUnitTest.inc
  tests/Drupal/Commenting/PostStatementCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/PostStatementCommentUnitTest.php
  tests/Drupal/Commenting/TodoCommentUnitTest.inc
  tests/Drupal/Commenting/TodoCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/TodoCommentUnitTest.php
  tests/Drupal/Commenting/VariableCommentUnitTest.inc
  tests/Drupal/Commenting/VariableCommentUnitTest.inc.fixed
  tests/Drupal/Commenting/VariableCommentUnitTest.php
  tests/Drupal/ControlStructures/ControlSignatureUnitTest.inc
  tests/Drupal/ControlStructures/ControlSignatureUnitTest.inc.fixed
  tests/Drupal/ControlStructures/ControlSignatureUnitTest.php
  tests/Drupal/ControlStructures/ElseIfUnitTest.inc
  tests/Drupal/ControlStructures/ElseIfUnitTest.inc.fixed
  tests/Drupal/ControlStructures/ElseIfUnitTest.php
  tests/Drupal/Files/EndFileNewlineUnitTest.good.inc
  tests/Drupal/Files/EndFileNewlineUnitTest.good.txt
  tests/Drupal/Files/EndFileNewlineUnitTest.none.inc
  tests/Drupal/Files/EndFileNewlineUnitTest.none.txt
  tests/Drupal/Files/EndFileNewlineUnitTest.php
  tests/Drupal/Files/EndFileNewlineUnitTest.two.inc
  tests/Drupal/Files/EndFileNewlineUnitTest.two.txt
  tests/Drupal/Files/FileEncodingUnitTest.inc
  tests/Drupal/Files/FileEncodingUnitTest.php
  tests/Drupal/Files/LineLengthUnitTest.inc
  tests/Drupal/Files/LineLengthUnitTest.php
  tests/Drupal/Files/TxtFileLineLengthUnitTest.md
  tests/Drupal/Files/TxtFileLineLengthUnitTest.php
  tests/Drupal/Formatting/MultipleStatementAlignmentUnitTest.inc
  tests/Drupal/Formatting/MultipleStatementAlignmentUnitTest.inc.fixed
  tests/Drupal/Formatting/MultipleStatementAlignmentUnitTest.php
  tests/Drupal/Formatting/SpaceUnaryOperatorUnitTest.inc
  tests/Drupal/Formatting/SpaceUnaryOperatorUnitTest.inc.fixed
  tests/Drupal/Formatting/SpaceUnaryOperatorUnitTest.php
  tests/Drupal/InfoFiles/AutoAddedKeysUnitTest.php
  tests/Drupal/InfoFiles/ClassFilesUnitTest.php
  tests/Drupal/InfoFiles/DuplicateEntryUnitTest.php
  tests/Drupal/InfoFiles/drupal7/class_files.info
  tests/Drupal/InfoFiles/drupal7/test.info
  tests/Drupal/InfoFiles/drupal7/trait.php
  tests/Drupal/InfoFiles/drupal8/test.info.yml
  tests/Drupal/NamingConventions/ValidFunctionNameUnitTest.inc
  tests/Drupal/NamingConventions/ValidFunctionNameUnitTest.php
  tests/Drupal/NamingConventions/ValidVariableNameUnitTest.inc
  tests/Drupal/NamingConventions/ValidVariableNameUnitTest.php
  tests/Drupal/Scope/MethodScopeUnitTest.inc
  tests/Drupal/Scope/MethodScopeUnitTest.inc.fixed
  tests/Drupal/Scope/MethodScopeUnitTest.php
  tests/Drupal/Semantics/ConstantNameUnitTest.php
  tests/Drupal/Semantics/FunctionTUnitTest.inc
  tests/Drupal/Semantics/FunctionTUnitTest.php
  tests/Drupal/Semantics/FunctionTriggerErrorUnitTest.1.inc
  tests/Drupal/Semantics/FunctionTriggerErrorUnitTest.2.inc
  tests/Drupal/Semantics/FunctionTriggerErrorUnitTest.3.inc
  tests/Drupal/Semantics/FunctionTriggerErrorUnitTest.php
  tests/Drupal/Semantics/FunctionWatchdogUnitTest.inc
  tests/Drupal/Semantics/FunctionWatchdogUnitTest.php
  tests/Drupal/Semantics/RemoteAddressUnitTest.inc
  tests/Drupal/Semantics/RemoteAddressUnitTest.php
  tests/Drupal/Semantics/constant_test.install
  tests/Drupal/Semantics/constant_test.module
  tests/Drupal/WhiteSpace/CloseBracketSpacingUnitTest.inc
  tests/Drupal/WhiteSpace/CloseBracketSpacingUnitTest.inc.fixed
  tests/Drupal/WhiteSpace/CloseBracketSpacingUnitTest.php
  tests/Drupal/WhiteSpace/CommaUnitTest.inc
  tests/Drupal/WhiteSpace/CommaUnitTest.php
  tests/Drupal/WhiteSpace/NamespaceUnitTest.inc
  tests/Drupal/WhiteSpace/NamespaceUnitTest.inc.fixed
  tests/Drupal/WhiteSpace/NamespaceUnitTest.php
  tests/Drupal/WhiteSpace/ObjectOperatorIndentUnitTest.inc
  tests/Drupal/WhiteSpace/ObjectOperatorIndentUnitTest.inc.fixed
  tests/Drupal/WhiteSpace/ObjectOperatorIndentUnitTest.php
  tests/Drupal/WhiteSpace/ObjectOperatorSpacingUnitTest.inc
  tests/Drupal/WhiteSpace/ObjectOperatorSpacingUnitTest.inc.fixed
  tests/Drupal/WhiteSpace/ObjectOperatorSpacingUnitTest.php
  tests/Drupal/WhiteSpace/OpenBracketSpacingUnitTest.inc
  tests/Drupal/WhiteSpace/OpenBracketSpacingUnitTest.inc.fixed
  tests/Drupal/WhiteSpace/OpenBracketSpacingUnitTest.php
  tests/Drupal/WhiteSpace/OpenTagNewlineUnitTest.1.inc
  tests/Drupal/WhiteSpace/OpenTagNewlineUnitTest.1.inc.fixed
  tests/Drupal/WhiteSpace/OpenTagNewlineUnitTest.2.inc
  tests/Drupal/WhiteSpace/OpenTagNewlineUnitTest.2.inc.fixed
  tests/Drupal/WhiteSpace/OpenTagNewlineUnitTest.3.inc
  tests/Drupal/WhiteSpace/OpenTagNewlineUnitTest.3.inc.fixed
  tests/Drupal/WhiteSpace/OpenTagNewlineUnitTest.php
  tests/Drupal/WhiteSpace/ScopeClosingBraceUnitTest.inc
  tests/Drupal/WhiteSpace/ScopeClosingBraceUnitTest.inc.fixed
  tests/Drupal/WhiteSpace/ScopeClosingBraceUnitTest.php
  tests/Drupal/WhiteSpace/ScopeIndentUnitTest.inc
  tests/Drupal/WhiteSpace/ScopeIndentUnitTest.inc.fixed
  tests/Drupal/WhiteSpace/ScopeIndentUnitTest.php
  tests/Drupal/bad/BadUnitTest.php
  tests/Drupal/bad/bad.css
  tests/Drupal/bad/bad.info
  tests/Drupal/bad/bad.install
  tests/Drupal/bad/bad.module
  tests/Drupal/bad/bad.php
  tests/Drupal/bad/bad.php.fixed
  tests/Drupal/drupalcs.info
  tests/Drupal/good/GoodUnitTest.php
  tests/Drupal/good/drupal8/LongNamespace.php
  tests/Drupal/good/drupal8/drupal8.info.yml
  tests/Drupal/good/good.api.php
  tests/Drupal/good/good.css
  tests/Drupal/good/good.features.inc
  tests/Drupal/good/good.install
  tests/Drupal/good/good.md
  tests/Drupal/good/good.php
  tests/Drupal/good/good.tpl.php
  tests/Drupal/good/good.txt
  tests/Drupal/phpcs-ruleset.xml
  tests/Drupal/phpunit-bootstrap.php
  tests/DrupalPractice/CodeAnalysis/VariableAnalysisUnitTest.inc
  tests/DrupalPractice/CodeAnalysis/VariableAnalysisUnitTest.php
  tests/DrupalPractice/Commenting/AuthorTagUnitTest.inc
  tests/DrupalPractice/Commenting/AuthorTagUnitTest.php
  tests/DrupalPractice/Commenting/CommentEmptyLineUnitTest.inc
  tests/DrupalPractice/Commenting/CommentEmptyLineUnitTest.php
  tests/DrupalPractice/Commenting/ExpectedExceptionUnitTest.inc
  tests/DrupalPractice/Commenting/ExpectedExceptionUnitTest.php
  tests/DrupalPractice/Constants/GlobalConstantUnitTest.inc
  tests/DrupalPractice/Constants/GlobalConstantUnitTest.php
  tests/DrupalPractice/Constants/GlobalDefineUnitTest.module
  tests/DrupalPractice/Constants/GlobalDefineUnitTest.php
  tests/DrupalPractice/Constants/test.info.yml
  tests/DrupalPractice/FunctionCalls/CheckPlainUnitTest.inc
  tests/DrupalPractice/FunctionCalls/CheckPlainUnitTest.php
  tests/DrupalPractice/FunctionCalls/CurlSslVerifierUnitTest.inc
  tests/DrupalPractice/FunctionCalls/CurlSslVerifierUnitTest.php
  tests/DrupalPractice/FunctionCalls/DbQueryUnitTest.inc
  tests/DrupalPractice/FunctionCalls/DbQueryUnitTest.php
  tests/DrupalPractice/FunctionCalls/DbSelectBracesUnitTest.inc
  tests/DrupalPractice/FunctionCalls/DbSelectBracesUnitTest.php
  tests/DrupalPractice/FunctionCalls/DefaultValueSanitizeUnitTest.inc
  tests/DrupalPractice/FunctionCalls/DefaultValueSanitizeUnitTest.php
  tests/DrupalPractice/FunctionCalls/InsecureUnserializeUnitTest.inc
  tests/DrupalPractice/FunctionCalls/InsecureUnserializeUnitTest.php
  tests/DrupalPractice/FunctionCalls/TCheckPlainUnitTest.inc
  tests/DrupalPractice/FunctionCalls/TCheckPlainUnitTest.php
  tests/DrupalPractice/FunctionCalls/VariableSetSanitizeUnitTest.inc
  tests/DrupalPractice/FunctionCalls/VariableSetSanitizeUnitTest.php
  tests/DrupalPractice/FunctionCalls/dbquerytest.info
  tests/DrupalPractice/FunctionDefinitions/AccessHookMenuUnitTest.php
  tests/DrupalPractice/FunctionDefinitions/FormAlterDocUnitTest.php
  tests/DrupalPractice/FunctionDefinitions/HookInitCssUnitTest.php
  tests/DrupalPractice/FunctionDefinitions/InstallTUnitTest.php
  tests/DrupalPractice/FunctionDefinitions/test.info
  tests/DrupalPractice/FunctionDefinitions/test.install
  tests/DrupalPractice/FunctionDefinitions/test.module
  tests/DrupalPractice/General/ExceptionTUnitTest.inc
  tests/DrupalPractice/General/ExceptionTUnitTest.php
  tests/DrupalPractice/General/OptionsTUnitTest.inc
  tests/DrupalPractice/General/OptionsTUnitTest.php
  tests/DrupalPractice/General/VariableNameUnitTest.inc
  tests/DrupalPractice/General/VariableNameUnitTest.php
  tests/DrupalPractice/General/test.info
  tests/DrupalPractice/InfoFiles/CoreVersionRequirementUnitTest.php
  tests/DrupalPractice/InfoFiles/DescriptionUnitTest.php
  tests/DrupalPractice/InfoFiles/NamespacedDependencyUnitTest.php
  tests/DrupalPractice/InfoFiles/core_version.config.info.yml
  tests/DrupalPractice/InfoFiles/core_version.info.yml
  tests/DrupalPractice/InfoFiles/core_version_test.info.yml
  tests/DrupalPractice/InfoFiles/dependencies_test.info.yml
  tests/DrupalPractice/InfoFiles/dependencies_theme.info.yml
  tests/DrupalPractice/InfoFiles/description_empty.info.yml
  tests/DrupalPractice/InfoFiles/description_missing.info.yml
  tests/DrupalPractice/Objects/GlobalClassUnitTest.inc
  tests/DrupalPractice/Objects/GlobalClassUnitTest.php
  tests/DrupalPractice/Objects/GlobalDrupalUnitTest.inc
  tests/DrupalPractice/Objects/GlobalDrupalUnitTest.php
  tests/DrupalPractice/Objects/GlobalFunctionUnitTest.php
  tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc
  tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.php
  tests/DrupalPractice/Objects/UnusedPrivateMethodUnitTest.inc
  tests/DrupalPractice/Objects/UnusedPrivateMethodUnitTest.php
  tests/DrupalPractice/Objects/drupal7/ExampleMigration.php
  tests/DrupalPractice/Objects/drupal7/example.info
  tests/DrupalPractice/Objects/drupal8/DeclareT.php
  tests/DrupalPractice/Objects/drupal8/ExampleClass.php
  tests/DrupalPractice/Objects/drupal8/ExampleClassWithDependencyInjection.php
  tests/DrupalPractice/Objects/drupal8/ExampleService.php
  tests/DrupalPractice/Objects/drupal8/TestForm.php
  tests/DrupalPractice/Objects/drupal8/example.info.yml
  tests/DrupalPractice/Objects/drupal8/example.module
  tests/DrupalPractice/Objects/testmodule.services.yml
  tests/DrupalPractice/ProjectDetection/ProjectUnitTest.php
  tests/DrupalPractice/ProjectDetection/directory.info/test.php
  tests/DrupalPractice/ProjectDetection/drupal6/nested/test.php
  tests/DrupalPractice/ProjectDetection/drupal6/testmodule.info
  tests/DrupalPractice/ProjectDetection/drupal7/testmodule.info
  tests/DrupalPractice/ProjectDetection/drupal8/testmodule.info.yml
  tests/DrupalPractice/ProjectDetection/drupal8/testtheme/testtheme.info.yml
  tests/DrupalPractice/ProjectDetection/drupal8/testtheme/testtheme.theme
  tests/DrupalPractice/Variables/GetRequestDataUnitTest.inc
  tests/DrupalPractice/Variables/GetRequestDataUnitTest.php
  tests/DrupalPractice/Variables/test.info.yml
  tests/DrupalPractice/Yaml/RoutingAccessUnitTest.php
  tests/DrupalPractice/Yaml/routing_access_test.routing.yml
  tests/DrupalPractice/good/GoodUnitTest.php
  tests/DrupalPractice/good/good.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 0cfad3a2 feat(ruleset): Exclude ".min.css" files from the Drupal ruleset (#3269399 by Grevil)
  • 243ad26c test(phpstan): Fix false positive in PHPStan testing
  • c3a67065 fix(GetRequestData): Fix typo for request_stack service name in error message (#3267820 by generalredneck)
  • 9fc079a2 fix(InlineComment): Allow PHP attributes between docblock and function (#157)
  • 6fc09fdc fix(FunctionComment): Fix PHP fatal error on phpcbf runs on param indentation (#/3212527 by NickDickinsonWilde)
  • 5f3b3c01 test(phpunit): Remove PHP 7.0 compatibility layer (#156)
  • 260ed687 fix(FunctionTriggerError): @trigger_error deprecation sniff is too strict - allow the message to start with a variable (#3226902 by longwave)
  • c39e5b9d fix(Deprecated): Deprecation error messages don't allow module:n.n.n versions (#3192093 by jonathan1055, JohnAlbin)
  • cab1d0b1 feat(InlineComment): cspell configuration comments don't need to end in a dot (#3207576 by Spokje)
  • adb06efa docs(README): Add local composer installation example and removed installer plugin section that is now done automatically (#3260071)
  • ea822738 docs(README): Fix composer commands now that the phpcs installer is a direct dependency (#3260071 by victoria-marina)
  • 461597ba feat(InsecureUnserialize): Add a sniff for insecure use of unserialize(). (#3255726 by tbradbury)
  • 929d7d4d feat(slevomat): Add dependency on slevomat coding standard to include their sniffs (#3010032 by alexpott)
  • 2daf0c29 fix(FunctionComment): Add support for the "mixed" type (#3221889 by Arkener, nils.destoop, srilakshmier)
  • f1d92858 feat(DescriptionSniff): Add sniff for missing / empty descriptions in info files (#2969173 by Arkener)
  • 35a81fff fix(VariableComment): Add support for union types (#3249360 by Arkener)
  • 54e8b472 style(phpstan): Upgrade PHPStan to 1.x
  • 9370a25b test(github): Test on PHP 8.1
  • 465ce9c5 test(phpstan): Update phpstan config to use excludePaths (by mglaman)
  • 7d5af4fa test(phpunit): Enable PHP 8 testing with a PHPUnit compatibility layer (#/3222962 by klausi)
  • d3286d57 fix(FunctionComment): Add support for variadic function argument comment (#2878783 by zero2one)
  • 6db342aa refactor(VariableComment): Remove dead code detected by PHPStan
  • 719ddb16 test(VariableAnalysis): Fix test case after sniff update
  • f429d1b4 fix(DocComment): Improve fixer for short comments not ending in a full stop (#3184314)
  • e46990e7 fix(Array): Incorrect counting of array elements by comma (#3183715)
  • 3a1d6bb9 test(github): Run tests on any push or pull request
  • 51a21d7f tests(Travis CI): Disable Travid CI testing (#3185155)
  • 3be197cd tests(github): Enable Github Actions testing (#131)
  • 18b371d9 fix(DocComment): Correct doc tag group spacing (#3181485 by jonathan1055)
  • 67c1bcf2 docs(InlineVariableComment): Add inline code comment (#3177757)
  • 525a2b70 fix(InlineVariableComment): Ignore commented @var doc comments to fix nested doc comments (#3177757 by Arkener)
  • 1617b8e2 feat(Todo): Add fixer for todo comments (#3177471 by adamzimmermann)
  • 8066395d tests(phpstan): Remove obsolete comment
  • 4f8de00c tests(phpstan): Remove ignored rules that have been fixed in PHPStan and remove unused code
  • 1fe6495d fix(FunctionTriggerError): Cater for variable interpolation strings (#3178199 by jonathan1055)
  • a44b157a tests(Travis CI): Test PHP 7.4 on Ubuntu 20.04
  • 10972de4 tests(phpstan): Fix changed error message in PHPStan 0.12.50
  • 6bedb968 fix(TodoComment): Improve warning message (#2222435)
  • 1e93d2e8 feat(TodoComment): Create @todo format sniff. (#2222435 by adamzimmermann)
  • dcdf6578 fix(Array): Use $parenthesisCloser column instead of full line length (#3169452 by jonathan1055)
  • 5e23744d feat(ScopeKeywordSpacing): Include scope keyword spacing sniff from Squiz (#3161389 by klausi)
  • e1d71c6b feat(InlineVariableComment): Add sniff for @var inline variable type declarations (#3163106 by Arkener)
  • c120135a tests(phpstan): Remove PHPStan config exceptions that have been fixed in upstream PHPCS
  • de37d530 feat(ClassComment): Add a sniff to check for "Class Example" doc comments (#3156856 by Arkener)
  • 73756944 fix(Array): Detect line length issues with 2 element arrays (#3153448 by jonathan1055)
  • 413cfa2d fix(composer): License "GPL-2.0+" is a deprecated SPDX license identifier (#3161174 by harishh)
  • 792cc9e1 feat(DiscouragedFunctions): Include ddm() devel function (#3155865 by jonathan1055)
  • 3225ef6b tests(phpstan): Replace deprecated config options and simplify config
  • 16d49edd feat(DisallowMultipleStatements): Add sniff to detect multiple ;; statements on one line (#3029175 by klausi)
  • a05b9d08 fix(Deprecated): Semantic versions support for contrib projects (#3138133 by eiriksm)
  • fb226796 fix(OptionsT): Fix false positive '#options' property have to run through t() on non form element (#3034698 by Taran2L, zarabatana)
  • f48180be feat(VariableAnalysis): Use sirbrillig/phpcs-variable-analysis (#3119378 by alexpott)
  • 7385c9df feat(UseGlobalClass): Add sniff to ensure global namespace class usage is prefixed with '\' (#3120001 by cburschka)
  • f79cef4b feat(FullyQualifiedNamespace): Disable fixer on conflict between FQN classes and declared classes (#3137489 by cburschka)
  • e8aa87a5 feat(GlobalClass): Add FQN based class check and increase list of disallowed classes (#3137530 by Arkener)
  • 24b80764 tests(composer): Update PHPCS minimum version in PHP 7.0 test environment
  • bfd30055 fix(composer): Prevent composer autoload warnings by moving the tests outside the autoload directory (#3116414)
  • d1879816 fix(ExceptionT): Only check for translation within the exception (#3123061 by Arkener)
  • abe72b86 feat(DiscouragedFunction): Add devel/kint functions that are discouraged (#3129344 by Nicasso)
  • 73c28edc tests(phpstan): Remove ignored rule that has been fixed in PHPStan
  • d51e0b8c fix(CoreVersionRequirement): Ensure sniff is only run on project info.yml files (#3133361 by Arkener)
  • 5c7b3890 tests(phpstan): Remove ignored false positives that have been fixed in PHPCS
  • a7c6a386 feat(ExceptionT): Add sniff to ensure that exceptions are not translated (#3123061 by Arkener)
  • e3c6e118 fix(Depreacted): Improve fixer for deprecated @see URL (#3057988 by jonathan1055)
  • b9da11fe feat(VariableAnalysis): Add key support to short list unpacking (#3122608 by Arkener)
  • f9fb9a17 feat(Deprecated): Add fixer for Drupal core deprecated tag formatting (#3057988 by jonathan1055)
  • e53e75b4 docs(README): Add PHPStan command (#3118572 by Arkener)
  • f3ddc650 fix(FullyQualifiedNamespace): Add support for multi-use statements (#3118337 by Arkener)
  • b9c7833a feat(OptionsT): Add short array support (#3117522 by Arkener)
  • b5e2bae1 fix(OptionsT): Add check for nested_parenthesis (#3117463 by Arkener)
  • 03b2b9e2 tests(phpstan): Fix autoloading of constants and useless if() clause
  • f7a44429 feat(FullyQualifiedNamespace): Add alias support and avoid classname conflicts (#3112316 by Arkener)
  • ab1034a8 docs(CoderSniffUnitTest): Fix incorrect comment for CoderSniffUnitTest::checkAllSniffCodes()
  • e58c490b fix(VariableAnalysis): Add support for short-hand list unpacking (#2876245 by Arkener)
  • 70b03b11 fix(FullyQualifiedNamespace): Fixer: Insert correct empty lines after file doc comment (#3109636 by Arkener)
  • 15f64e99 tests(phpstan): Remove ignored false positives that have been fixed in PHPCS
  • b743ef27 chore(phpunit): Remove support for obsolete PHPUnit versions
  • c881f78d fix(FunctionComment): Recognise 'yield from' as valid return statement (#3106904 by Arkener)
  • bfd339cd chore(supportedTokenizers): Remove obosolete JavaScript support to prevent bug reports (#3107340)
  • ea4a95e6 tests(PHPStan): Update to 0.12.5
  • 3980b1e9 fix(UseLeadingBackslash): variable can be false, not null (#3104477)
  • 3d05983b refactor(phpstan): Fix PHPStan reports for level 5 and 6 (#3104477)
  • dcd86aa2 refactor(phpstan): Fix PHPStan reports for level 4 (#3104477)
  • 1e50c14d feat(CoreVersionRequirement): Add sniff to check for core_version_requirement in info.yml files (#3104236 by Arkener)
  • 2fe9c554 refactor(phpstan): Fix PHPStan reports for level 3 (#3104477)
  • 05a71ed6 refactor(phpstan): Fix PHPStan reports for test base class (#3104477)
  • 6516b060 refactor(phpstan): Fix PHPStan reports for level 2 (#3104477)
  • c509b86d refactor(phpstan): Fix PHPStan reports for level 1 (#3104477)
  • a0659bfd chore(phpstan): Add phpstan to composer.json and make workaround for PHP 7.0 (#3104477)
  • 406d2395 tests(phpstan): Check all of Coder with PHPStan (with exceptions), fix test namespaces (#3104477)
  • f5b6c881 tests(phpstan): Add PHPStan to detect problems in sniff code (#3104477)
  • 37c291f2 chore(composer): Drop PHP 5 support (#3047617)
  • e392bebe docs(README): Add yml file extension to usage examples (#3100537)
  • 0b2dc229 feat(Array): Add configurable line limit to Array sniff (#3099288 by Arkener)
  • 541558b8 chore(travis): Set PHP 7.4 testing to stable version (#73)
  • c11c2957 fix(autoload): Move autoloading to more unique file name to workaround PHPCS relative path confusion
  • 326c945c feat(GetRequestData): Add rule to prevent direct usage of $_GET, $_POST, $_REQUEST and $_FILES in Drupal 8 (#2958175 by alexpott, Arkener)
  • 69b071b6 fix(phpcs config): Remove file extensions in rulesets because users cannot overrride them (#3074176 by eiriksm)
  • 7bc033fa docs(README): Fixed typo
  • 5dfd66aa refactor(ProjectDetection): Simplify array_filter call
  • da0d58cd fix(ProjectDetection): Ignore directory names when detecting the Drupal core version (#3097367)
  • 4d111785 feat(VariableComment): Add support for PHP 7.4 typed properties (#3096239 by Arkener)
  • 1bdc29a4 tests(travis): Enable testing on PHP 7.4
  • b7020a52 tests(phpunit): Make PHPUnit work again on newer PHP versions (#3097302)
  • 74757b97 refactor(OperatorSpacing): remove Drupal.WhiteSpace.OperatorSpacingin favor of the defaultSquiz.WhiteSpace.OperatorSpacing (#3082623 by beram)
  • 30f7e0c1 fix(Deprecated): Allow non stable releases like rc, alpha in deprecated message versions (#3074947 by LOBsTerr)
  • a11339f8 fix(ValidVariableName): Check that class properties start with lower case (#2972167 by [email protected])
  • 7b3db8a7 fix(ClassFileName): Avoid running ClassFileNameSniff on text files (#3074186 by eriksm)
  • 318c900d tests(base class): Use correct runtime exception class in unit test class (#59)
  • 2a4dbff9 fix(UnusedPrivateMethod): Allow private constructor methods (#3079227)
  • c8664dfc fix(DocComment): Fix handling of doc comment tags within tag groups (#2947589)
  • c31df23e fix(TxtFileLineLength): Long Markdown links may exceed line length restrictions (#2867863 by pfrenssen)
  • f04a5501 style(use statements): Remove unused use statements and enable check in phpcs config
  • a35fc25d fix(HookComment): Do not check class methods for hook documentation (#2971177)

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant