Skip to content

Update phpstan/phpstan-strict-rules from 1.1.0 to 1.2.3 - #193

Open
violinist-bot wants to merge 1 commit into
SignWo:mainfrom
violinist-dev:violinistphpstanphpstanstrictrules
Open

Update phpstan/phpstan-strict-rules from 1.1.0 to 1.2.3#193
violinist-bot wants to merge 1 commit into
SignWo:mainfrom
violinist-dev:violinistphpstanphpstanstrictrules

Conversation

@violinist-bot

Copy link
Copy Markdown

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:

  • 0c82c96Move IllegalConstructorMethodCallRule and IllegalConstructorStaticCallRule to phpstan-strict-rules
  • c0b61e2RequireParentConstructCallRule - fix abstract constructors
  • f3ca646Turn on checkAlwaysTrueLooseComparison
  • afbe1e3Bleeding edge - set checkDynamicProperties to true
  • 5fd5935Require PHPStan 1.6.0
  • 48af1b4chore(deps): update dependency slevomat/coding-standard to v7.1
  • 313a97aDrop alias
  • fda0781Drop support for PHP 7.1, require PHPStan 1.5.0
  • 7c68f14Update workflow
  • a2ec629chore(deps): update dependency slevomat/coding-standard to v7.0.20
  • 6f79156chore(deps): update dependency slevomat/coding-standard to v7.0.19
  • 53a8867chore(deps): update actions/checkout action to v3
  • 21f7c1bfix build after phpstan-src change
  • 32d667dchore(deps): update dependency slevomat/coding-standard to v7
  • cb75e7cUpdate renovate.json
  • e7c273eUpdate lock-closed-issues.yml
  • 698c15bchore(deps): update github-actions
  • 6878154chore(deps): update metcalfc/changelog-generator action to v1.0.1
  • c6d6ca0Delete dependabot.yml
  • b451fb4Update and rename renovate.json to .github/renovate.json
  • b36180echore(deps): add renovate.json
  • 47b03fbdocs(readme): improve "Enabling rules one-by-one"
  • 38008d0Update phpunit.xml
  • 8646e9dUpdate release.yml
  • d883e37Tweet release action
  • 3468390Allow Composer plugins
  • d992449Composer > Remove --no-suggest``
  • 4619c66Fixed 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-botforce-pushed the violinistphpstanphpstanstrictrules branch from f1a7e29 to 0a09125CompareMarch 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 freeto 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

@violinist-bot