hackariens / phpfpm

Templates pour la crΓ©ation d'un nouveau projet phpfpm
0 stars 0 forks source link

chore(deps): update dependency phpstan/phpstan to v0.12.89 #80

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev patch 0.12.88 -> 0.12.89

Release Notes

phpstan/phpstan ### [`v0.12.89`](https://togithub.com/phpstan/phpstan/releases/0.12.89) [Compare Source](https://togithub.com/phpstan/phpstan/compare/0.12.88...0.12.89) # Improvements πŸ”§ - `ExceptionTypeResolver` as an interface allowing for custom implementations (https://github.com/phpstan/phpstan-src/commit/a125304a79a2e8871beb74b5abaf8576f18d5cf5, https://github.com/phpstan/phpstan-src/commit/dec03af364efc906947662478d38ff8ac63671e0), [#​5044](https://togithub.com/phpstan/phpstan/issues/5044) - Stub for `RecursiveArrayIterator` (https://github.com/phpstan/phpstan-src/commit/8c33955c1495f52913babd03d12e268ae6586e16) - RuleTestCase - throw internal errors (https://github.com/phpstan/phpstan-src/commit/93806cb5d624fc15af01d9c11bbfa2689e3a97f9) - Updated BetterReflection (https://github.com/phpstan/phpstan-src/commit/de00c86689b4cb8f865aa9e811a7712b69fff9d3) # Bleeding edge πŸ”ͺ - Backward Compatible PHPStan API rules (https://github.com/phpstan/phpstan-src/commit/8a05e0de75344d089a69a226b28a9067b98e5e88) - Learn more: https://phpstan.org/developing-extensions/backward-compatibility-promise - Inspect types for missing typehints recursively (https://github.com/phpstan/phpstan-src/commit/2f456b91bbbc8c376ad4e5866fc7a7b457710eab), [#​5148](https://togithub.com/phpstan/phpstan/issues/5148) - Inspect prefixed PHPDocs for invalid types recursively (https://github.com/phpstan/phpstan-src/commit/003d235cc59ed2a3b79d2960043d0d2b2d3b72e7), [#​3723](https://togithub.com/phpstan/phpstan/issues/3723) - Inspect unresolvable types in PHPDoc recursively (https://github.com/phpstan/phpstan-src/commit/1de5de80ecb02255251ee0324801c56ac30a1943), [#​3753](https://togithub.com/phpstan/phpstan/issues/3753) - Intersect array key type with `int|string` (https://github.com/phpstan/phpstan-src/commit/724c8bad2e458852f177df26cb863ad62aa0c41d), [#​3753](https://togithub.com/phpstan/phpstan/issues/3753) - Detect unresolvable return type after generic function call (https://github.com/phpstan/phpstan-src/commit/9070c5bce39105a186d03e3e5b6871c2b5d28550) *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](https://phpstan.org/blog/what-is-bleeding-edge)* # Bugfixes πŸ› - Editor URL - fix for traits (https://github.com/phpstan/phpstan-src/commit/bb841d20fe9ed0bb4cd6015645eccd5cb49c7ee4), [#​5030](https://togithub.com/phpstan/phpstan/issues/5030) - Allow `TARGET_PROPERTY` attributes on promoted properties ([#​528](https://togithub.com/phpstan/phpstan-src/pull/528)), [#​4418](https://togithub.com/phpstan/phpstan/issues/4418), thanks [@​dbrekelmans](https://togithub.com/dbrekelmans)! - More verbose messages for `IntegerRangeType` (https://github.com/phpstan/phpstan-src/commit/d23b4b75a6acf7b8734b4f6712d105334508bba8) - Throw type in result cache (https://github.com/phpstan/phpstan-src/commit/30ec3a0738c8d9b294f2524740e910311f3099ad), [#​5056](https://togithub.com/phpstan/phpstan/issues/5056) - Result cache - fix noticing changed extended interfaces (https://github.com/phpstan/phpstan-src/commit/d53a9a111b3c9984b0524ca0fb287fb4709df29c), [#​5056](https://togithub.com/phpstan/phpstan/issues/5056) - Correct VerbosityLevel in TooWide\*ReturnType rules (https://github.com/phpstan/phpstan-src/commit/838d1e45ea16dffa13aa8d2da08673f2d9ac5414), [#​5095](https://togithub.com/phpstan/phpstan/issues/5095), [#​4967](https://togithub.com/phpstan/phpstan/issues/4967), [#​3748](https://togithub.com/phpstan/phpstan/issues/3748) - CallToFunctionStamentWithoutSideEffectsRule - do not report PHPStan testing functions (https://github.com/phpstan/phpstan-src/commit/6eaf6c2d770589c42f6d6a405a2f203a66adcdb3) - Turns out static property can be accessed on trait too (https://github.com/phpstan/phpstan-src/commit/688a87f7036ad154b1e9d27be1e763872d30e7e1), [#​5143](https://togithub.com/phpstan/phpstan/issues/5143) - Reset ObjectType caches after stub validation (https://github.com/phpstan/phpstan-src/commit/33c9bdc712e18b6c7a3c35f0bddf8944aaa4b033), [#​5153](https://togithub.com/phpstan/phpstan/issues/5153) - TypeCombinator - fix intersecting BenevolentUnionType (https://github.com/phpstan/phpstan-src/commit/57e3cbf90e12b9c23633d7021dde659c5485079d) # Function signature fixes πŸ€– - Fix `implode()` with named arguments (https://github.com/phpstan/phpstan-src/commit/18f8473fa5c8e957f5e24d25961160ac89afd506), [#​5018](https://togithub.com/phpstan/phpstan/issues/5018) - `intdiv()` throw extension ([#​527](https://togithub.com/phpstan/phpstan-src/pull/527)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Add `SimpleXMLElement` constructor throw type extension ([#​532](https://togithub.com/phpstan/phpstan-src/pull/532)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - functionMap - remove duplicate keys (https://github.com/phpstan/phpstan-src/commit/e1efa03d7dc49475dcdeadd42df6ece82e53ce23), [#​5049](https://togithub.com/phpstan/phpstan/issues/5049) - `uopz_set_hook` fixes (https://github.com/phpstan/phpstan-src/commit/4effc89cbba8bc2954297fc7793c4a04d9d31b43) - Fix Date throw type extensions ([#​531](https://togithub.com/phpstan/phpstan-src/pull/531)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Fixed signatures of `gmp_div`, `odbc_exec` and `unregister_tick_function` ([#​533](https://togithub.com/phpstan/phpstan-src/pull/533)), thanks [@​danielmarschall](https://togithub.com/danielmarschall)! - Updated `phpstorm-stubs` (https://github.com/phpstan/phpstan-src/commit/bba66317f1516d1c2fc50397667b577574a988e6) - Updated PHP 8 stubs (https://github.com/phpstan/phpstan-src/commit/fcb5c12882baca8f93235ac1c5defee518c0c0fa, https://github.com/phpstan/phpstan-src/commit/1aa9af89b50ba94316202ad1605cff0652367d30, https://github.com/phpstan/phpstan-src/commit/63f40f14102d5c9c0b148006a703d2f5d23c9ced, https://github.com/phpstan/phpstan-src/commit/10a833fa90996f7c7e60e9acda33c9b66be81552), [#​5137](https://togithub.com/phpstan/phpstan/issues/5137) - Update return type hint for `stream_bucket_make_writeable` ([#​537](https://togithub.com/phpstan/phpstan-src/pull/537)), thanks [@​bytestream](https://togithub.com/bytestream)! - Make second parameter of `toPHP` optional ([#​543](https://togithub.com/phpstan/phpstan-src/pull/543)), thanks [@​franmomu](https://togithub.com/franmomu)! - Revert Incorrect return type for `SplFileObject::fgetcsv()` ([#​479](https://togithub.com/phpstan/phpstan-src/pull/479)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Correct the signature of `mysqli_get_client_version()` ([#​545](https://togithub.com/phpstan/phpstan-src/pull/545)), thanks [@​johnbillion](https://togithub.com/johnbillion)! - Dynamic return type for `number_format` ([#​553](https://togithub.com/phpstan/phpstan-src/pull/553)), thanks [@​BackEndTea](https://togithub.com/BackEndTea)! - Reflection throw type extensions ([#​552](https://togithub.com/phpstan/phpstan-src/pull/552)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)!

Configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.