editorconfig-checker / editorconfig-checker.php

A tool to verify that your files are in harmony with your .editorconfig
https://editorconfig-checker.github.io/
MIT License
55 stars 14 forks source link

build(deps-dev): bump phpstan/phpstan from 1.10.14 to 1.10.15 #272

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps phpstan/phpstan from 1.10.14 to 1.10.15.

Release notes

Sourced from phpstan/phpstan's releases.

1.10.15

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
    - vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

  • intval() and floatval() should handle non-scalar values (#2351), thanks @​dravnic!
  • More precise strval() family function signatures (#2354), thanks @​dravnic!

Internals 🔍

Commits
  • 762c4da PHPStan 1.10.15
  • a345902 Updated PHPStan to commit a3459023a2bec4738a74ee1c66192a36d1eb375f
  • 3a4cd59 Updated PHPStan to commit 3a4cd59e46e72fe26119ab356e62a288367643d4
  • 74d1c9a Updated PHPStan to commit 74d1c9a1ca1cd6199a8771444e9bc4d6b7737f46
  • 411adf2 Updated PHPStan to commit 411adf29a74e45d5f0d2a9bf8d97a620e9b680d6
  • 18ed8b1 react/promise-stream is no longer PHPStan dependency
  • e14163c Updated PHPStan to commit e14163ce0073b697cfbafb5e479f95cc978c9144
  • 6682a4a Updated PHPStan to commit 6682a4a86d2cc95f0c18b2d7425bb8cdff1ede87
  • 8d0c032 Updated PHPStan to commit 8d0c032d19cd6ca9bb8462f8cf74362b2b4a6ae9
  • f61d488 Updated PHPStan to commit f61d488dbd6e1d315c8a71cc5992e08f499f3a0d
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)