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 phpstan/phpstan-strict-rules from 1.1.0 to 1.2.3 #193

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

Conversation

violinist-bot
Copy link

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:

  • phpstan/phpstan-strict-rules: 1.2.3 (updated from 1.1.0)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

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
  .github/dependabot.yml
  .github/renovate.json
  .github/workflows/build.yml
  .github/workflows/lock-closed-issues.yml
  .github/workflows/release-tweet.yml
  .github/workflows/release.yml
  .gitignore
  README.md
  build-cs/.gitignore
  build-cs/composer.json
  build-cs/composer.lock
  composer.json
  phpcs.xml
  phpunit.xml
  rules.neon
  src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php
  src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php
  src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php
  src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php
  src/Rules/BooleansInConditions/BooleanInIfConditionRule.php
  src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php
  src/Rules/BooleansInConditions/BooleanRuleHelper.php
  src/Rules/Cast/UselessCastRule.php
  src/Rules/Classes/RequireParentConstructCallRule.php
  src/Rules/DisallowedConstructs/DisallowedBacktickRule.php
  src/Rules/DisallowedConstructs/DisallowedEmptyRule.php
  src/Rules/DisallowedConstructs/DisallowedImplicitArrayCreationRule.php
  src/Rules/DisallowedConstructs/DisallowedShortTernaryRule.php
  src/Rules/ForLoop/OverwriteVariablesWithForLoopInitRule.php
  src/Rules/ForeachLoop/OverwriteVariablesWithForeachRule.php
  src/Rules/Functions/ClosureUsesThisRule.php
  src/Rules/Methods/WrongCaseOfInheritedMethodRule.php
  src/Rules/Operators/OperandInArithmeticIncrementOrDecrementRule.php
  src/Rules/Operators/OperandInArithmeticPostDecrementRule.php
  src/Rules/Operators/OperandInArithmeticPostIncrementRule.php
  src/Rules/Operators/OperandInArithmeticPreDecrementRule.php
  src/Rules/Operators/OperandInArithmeticPreIncrementRule.php
  src/Rules/Operators/OperandsInArithmeticAdditionRule.php
  src/Rules/Operators/OperandsInArithmeticDivisionRule.php
  src/Rules/Operators/OperandsInArithmeticExponentiationRule.php
  src/Rules/Operators/OperandsInArithmeticModuloRule.php
  src/Rules/Operators/OperandsInArithmeticMultiplicationRule.php
  src/Rules/Operators/OperandsInArithmeticSubtractionRule.php
  src/Rules/Operators/OperatorRuleHelper.php
  src/Rules/StrictCalls/DynamicCallOnStaticMethodsCallableRule.php
  src/Rules/StrictCalls/DynamicCallOnStaticMethodsRule.php
  src/Rules/StrictCalls/StrictFunctionCallsRule.php
  src/Rules/SwitchConditions/MatchingTypeInSwitchCaseConditionRule.php
  src/Rules/VariableVariables/VariableMethodCallRule.php
  src/Rules/VariableVariables/VariableMethodCallableRule.php
  src/Rules/VariableVariables/VariablePropertyFetchRule.php
  src/Rules/VariableVariables/VariableStaticMethodCallRule.php
  src/Rules/VariableVariables/VariableStaticMethodCallableRule.php
  src/Rules/VariableVariables/VariableStaticPropertyFetchRule.php
  src/Rules/VariableVariables/VariableVariablesRule.php
  tests/Levels/LevelsIntegrationTest.php
  tests/Rules/BooleansInConditions/BooleanInBooleanAndRuleTest.php
  tests/Rules/BooleansInConditions/BooleanInBooleanNotRuleTest.php
  tests/Rules/BooleansInConditions/BooleanInBooleanOrRuleTest.php
  tests/Rules/BooleansInConditions/BooleanInElseIfConditionRuleTest.php
  tests/Rules/BooleansInConditions/BooleanInIfConditionRuleTest.php
  tests/Rules/BooleansInConditions/BooleanInTernaryOperatorRuleTest.php
  tests/Rules/Cast/UselessCastRuleTest.php
  tests/Rules/Classes/RequireParentConstructCallRuleTest.php
  tests/Rules/DisallowedConstructs/DisallowedBacktickRuleTest.php
  tests/Rules/DisallowedConstructs/DisallowedEmptyRuleTest.php
  tests/Rules/DisallowedConstructs/DisallowedImplicitArrayCreationRuleTest.php
  tests/Rules/DisallowedConstructs/DisallowedShortTernaryRuleTest.php
  tests/Rules/Methods/WrongCaseOfInheritedMethodRuleTest.php
  tests/Rules/Operators/OperandInArithmeticIncrementOrDecrementRuleTest.php
  tests/Rules/Operators/OperandsInArithmeticAdditionRuleTest.php
  tests/Rules/Operators/OperandsInArithmeticDivisionRuleTest.php
  tests/Rules/Operators/OperandsInArithmeticExponentiationRuleTest.php
  tests/Rules/Operators/OperandsInArithmeticModuloRuleTest.php
  tests/Rules/Operators/OperandsInArithmeticMultiplicationRuleTest.php
  tests/Rules/Operators/OperandsInArithmeticSubtractionRuleTest.php
  tests/Rules/StrictCalls/DynamicCallOnStaticMethodsCallableRuleTest.php
  tests/Rules/StrictCalls/DynamicCallOnStaticMethodsRuleTest.php
  tests/Rules/StrictCalls/StrictFunctionCallsRuleTest.php
  tests/Rules/SwitchConditions/MatchingTypeInSwitchCaseConditionRuleTest.php
  tests/Rules/VariableVariables/VariableMethodCallableRuleTest.php

Changelog

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

  • 0c82c96 Move IllegalConstructorMethodCallRule and IllegalConstructorStaticCallRule to phpstan-strict-rules
  • c0b61e2 RequireParentConstructCallRule - fix abstract constructors
  • f3ca646 Turn on checkAlwaysTrueLooseComparison
  • afbe1e3 Bleeding edge - set checkDynamicProperties to true
  • 5fd5935 Require PHPStan 1.6.0
  • 48af1b4 chore(deps): update dependency slevomat/coding-standard to v7.1
  • 313a97a Drop alias
  • fda0781 Drop support for PHP 7.1, require PHPStan 1.5.0
  • 7c68f14 Update workflow
  • a2ec629 chore(deps): update dependency slevomat/coding-standard to v7.0.20
  • 6f79156 chore(deps): update dependency slevomat/coding-standard to v7.0.19
  • 53a8867 chore(deps): update actions/checkout action to v3
  • 21f7c1b fix build after phpstan-src change
  • 32d667d chore(deps): update dependency slevomat/coding-standard to v7
  • cb75e7c Update renovate.json
  • e7c273e Update lock-closed-issues.yml
  • 698c15b chore(deps): update github-actions
  • 6878154 chore(deps): update metcalfc/changelog-generator action to v1.0.1
  • c6d6ca0 Delete dependabot.yml
  • b451fb4 Update and rename renovate.json to .github/renovate.json
  • b36180e chore(deps): add renovate.json
  • 47b03fb docs(readme): improve "Enabling rules one-by-one"
  • 38008d0 Update phpunit.xml
  • 8646e9d Update release.yml
  • d883e37 Tweet release action
  • 3468390 Allow Composer plugins
  • d992449 Composer > Remove --no-suggest``
  • 4619c66 Fixed incorrect branch alias

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.

@violinist-bot violinist-bot force-pushed the violinistphpstanphpstanstrictrules branch from f1a7e29 to 0a09125 Compare March 1, 2023 11:52
truls1502 pushed a commit that referenced this pull request May 3, 2023
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant