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-deprecation-rules from 1.1.3 to 1.1.4 #209

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-deprecation-rules: 1.1.4 (updated from 1.1.3)

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/workflows/release.yml
  README.md
  build-cs/composer.json
  build-cs/composer.lock
  composer.json
  rules.neon
  src/DependencyInjection/LazyDeprecatedScopeResolverProvider.php
  src/Rules/Deprecations/AccessDeprecatedPropertyRule.php
  src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php
  src/Rules/Deprecations/CallToDeprecatedFunctionRule.php
  src/Rules/Deprecations/CallToDeprecatedMethodRule.php
  src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php
  src/Rules/Deprecations/DefaultDeprecatedScopeResolver.php
  src/Rules/Deprecations/DeprecatedScopeHelper.php
  src/Rules/Deprecations/DeprecatedScopeResolver.php
  src/Rules/Deprecations/FetchingClassConstOfDeprecatedClassRule.php
  src/Rules/Deprecations/FetchingDeprecatedConstRule.php
  src/Rules/Deprecations/ImplementationOfDeprecatedInterfaceRule.php
  src/Rules/Deprecations/InheritanceOfDeprecatedClassRule.php
  src/Rules/Deprecations/InstantiationOfDeprecatedClassRule.php
  src/Rules/Deprecations/TypeHintDeprecatedInClassMethodSignatureRule.php
  src/Rules/Deprecations/TypeHintDeprecatedInClosureSignatureRule.php
  src/Rules/Deprecations/TypeHintDeprecatedInFunctionSignatureRule.php
  src/Rules/Deprecations/UsageOfDeprecatedCastRule.php
  src/Rules/Deprecations/UsageOfDeprecatedTraitRule.php
  tests/Rules/Deprecations/AccessDeprecatedPropertyRuleTest.php
  tests/Rules/Deprecations/AccessDeprecatedStaticPropertyRuleTest.php
  tests/Rules/Deprecations/CallToDeprecatedFunctionRuleTest.php
  tests/Rules/Deprecations/CallToDeprecatedMethodRuleTest.php
  tests/Rules/Deprecations/CallToDeprecatedStaticMethodRuleTest.php
  tests/Rules/Deprecations/CustomDeprecatedScopeResolverTest.php
  tests/Rules/Deprecations/FetchingClassConstOfDeprecatedClassRuleTest.php
  tests/Rules/Deprecations/FetchingDeprecatedConstRuleTest.php
  tests/Rules/Deprecations/ImplementationOfDeprecatedInterfaceRuleTest.php
  tests/Rules/Deprecations/InheritanceOfDeprecatedClassRuleTest.php
  tests/Rules/Deprecations/InstantiationOfDeprecatedClassRuleTest.php
  tests/Rules/Deprecations/TypeHintDeprecatedInClassMethodSignatureRuleTest.php
  tests/Rules/Deprecations/TypeHintDeprecatedInClosureSignatureRuleTest.php
  tests/Rules/Deprecations/TypeHintDeprecatedInFunctionSignatureRuleTest.php
  tests/Rules/Deprecations/UsageOfDeprecatedCastRuleTest.php
  tests/Rules/Deprecations/UsageOfDeprecatedTraitRuleTest.php
  tests/Rules/Deprecations/data/call-to-deprecated-method-definition.php
  tests/Rules/Deprecations/data/call-to-deprecated-method.php
  tests/Rules/Deprecations/data/custom-deprecation-scope.php

Changelog

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

  • 089d8a8 DeprecatedScopeResolver - documentation in README
  • ce6a85a DeprecatedScopeResolver - description in PHPDoc
  • 0f3fbc3 DeprecatedScopeResolver is covered with backward compatibility promise
  • 6d416c7 Add deprecated scope resolving
  • 94d68d3 Update dependency slevomat/coding-standard to v8.12.0
  • 4b7516f Update dependency slevomat/coding-standard to v8.11.1
  • 9d366de Update dependency slevomat/coding-standard to v8.10.0
  • a0b8839 Update build-cs
  • 67b670f Update PHPCS
  • e148790 Update metcalfc/changelog-generator action to v4.1.0
  • cbbbaa9 add test for deprecation inheritance in trait

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 violinistphpstanphpstandeprecationrules branch from c775b05 to a8db1c8 Compare August 27, 2023 21:08
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