pmmp / BedrockProtocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP
GNU Lesser General Public License v3.0
135 stars 91 forks source link

Update phpstan/phpstan requirement from 1.10.39 to 1.10.45 #206

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Updates the requirements on phpstan/phpstan to permit the latest version.

Release notes

Sourced from phpstan/phpstan's releases.

1.10.45

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Replace with in_array() instead of redundant property (#2770), thanks @​zonuexe!
  • Fix typo in rule name: MethodVisibitiliyInInterfaceRule (#2781), thanks @​staabm!
  • Make extensions that return default types simply return null (#2782), thanks @​zonuexe!
  • Simplify InArrayFunctionTypeSpecifyingExtension (#2785), thanks @​staabm!
Commits
  • 2f024fb PHPStan 1.10.45
  • d147f4c Updated PHPStan to commit d147f4cc626c500510f971ec715b55c03a45fab3
  • 15483e5 Docker - use RC
  • fd4dd96 Docker - publish images for PHP 8.3
  • 604d1da Updated PHPStan to commit 604d1da151cdc93c07bc25ba84e9fd2b705a1264
  • cbcb3d1 Updated PHPStan to commit cbcb3d1c6338a910cbb4366c4f7d1c180e70257f
  • 97d9ddf Updated PHPStan to commit 97d9ddfe9c7c2875330d0dc9ddca69a7895abbf5
  • 0177e33 Updated PHPStan to commit 0177e332f27c7cf7d710c1a535ddcdfd019e9b89
  • c8a7996 Updated PHPStan to commit c8a7996378123951066c55c6a5be1e4856379b8e
  • e031e6f Updated PHPStan to commit e031e6fb390d802b5b8d98918df7a0a9ff69eab1
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 9 months ago

Superseded by #208.