DictionaryBundle
DictionaryBundle copied to clipboard
chore(deps-dev): update phpstan/phpstan requirement from 1.11.3 to 1.11.6
Updates the requirements on phpstan/phpstan to permit the latest version.
Release notes
Sourced from phpstan/phpstan's releases.
1.11.6
Bleeding edge 🔪
- Precise array shapes for
preg_match()
for$matches
by-ref parameter (#2589), thanks@staabm
!- Improved the type of the
$mode
parameter for thecount()
(#3190), thanks@kuma3
!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 🔧
- PHPStan Pro - report fatal errors more nicely (https://github.com/phpstan/phpstan-src/commit/a99c71e3bed8f393fad26faaab5def7a5bfa0c03)
- PHPStan Pro - do not repeat ProcessCrashedException in CLI output because it's already presented in the UI (https://github.com/phpstan/phpstan-src/commit/6e700418d6609c51154d672a197e43bd74fa761f)
- Add Cloudflare CA to composer/ca-bundle cacert.pem (https://github.com/phpstan/phpstan-src/commit/30f68ba7555e88ad9bdb326a1bed735d79fb29ea)
- Implement ParameterOutTypeExtensions (#3083), thanks
@staabm
!- Do not output some internal errors twice (https://github.com/phpstan/phpstan-src/commit/4f75ba6bdc856ed6db4ba2862b610394cdbfbf15, https://github.com/phpstan/phpstan-src/commit/9967f48574a045af8305ebbcc585f6951e013a36)
- Forbid _HumbugBox prefixed classes (#3186), thanks
@staabm
!Bugfixes 🐛
- Fix return type of sprintf with single
%s
format (#3167), #11201, thanks@pilif
!- Add PCRE_VERSION predefined constant (#3169), #11202, thanks
@curry684
!- Cast non-zero IntegerRangeType toString() is a non-falsy-string (#3170), thanks
@staabm
!- More precise
UnitEnum::cases()
return type (https://github.com/phpstan/phpstan-src/commit/32f351a24ce103f120f413cd104bc411608df109), #11244, #11233- Reset remembered match cond when entering match (https://github.com/phpstan/phpstan-src/commit/07995276abd80b766407534055f58592ffe1a1a5), #11246, #9879, thanks
@jdecool
!Function signature fixes 🤖
- Fix type of return value for
WeakMap::offsetGet()
(#3165), #11194, thanks@sonnymilton
!- Treat SplFileObject methods as impure/having side effects (#3174), #11200, thanks
@mind-bending-forks
!- More precise
getimagesize*
return type (#3183), thanks@staabm
!Internals 🔍
... (truncated)
Commits
6ac78f1
PHPStan 1.11.609cbbaa
More readable "This result is out of date." in dark modee1a73b0
Revert "Avoid filter from interfering with page structure"579402b
Updated PHPStan to commit 579402b64bce9b20619ba33ed1e4df1f61c074a682f74d9
Update BACKERS.mdcb9978d
Updated PHPStan to commit cb9978d49c0595d86cb836d8b52e53df16924b79bac513c
Update crate-ci/typos action to v1.22.971632a1
Update website57b51e1
Editor - hide inner area overlapping rounded borders44bd2ca
Nicer editor in dark mode- 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 <dependency name> 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)