phpstan / php-8-stubs

MIT License
27 stars 8 forks source link

Update extractor #33

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
phpstan/phpdoc-parser require minor 1.10.0 -> 1.11.0
phpstan/phpstan require patch 1.8.8 -> 1.8.9

Release Notes

phpstan/phpdoc-parser ### [`v1.11.0`](https://togithub.com/phpstan/phpdoc-parser/releases/tag/1.11.0) [Compare Source](https://togithub.com/phpstan/phpdoc-parser/compare/1.10.0...1.11.0) - [7d1e812](http://github.com/phpstan/phpdoc-parser/commit/7d1e81213b0c7eb8d5a9f524456cbc2778ed5c65) - Add tests for template bound + default - [ecb475b](http://github.com/phpstan/phpdoc-parser/commit/ecb475b7cfb4ca0962f9671337300368e19f65c7) - Implement template default syntax - [19d4770](http://github.com/phpstan/phpdoc-parser/commit/19d4770e8629b5359fced79a5ad703a3409648a7) - Send pull request workflow
phpstan/phpstan ### [`v1.8.9`](https://togithub.com/phpstan/phpstan/releases/tag/1.8.9) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.8.8...1.8.9) # Improvements 🔧 - Slightly optimize `TypeCombinator::reduceArrays()` even more ([#​1814](https://togithub.com/phpstan/phpstan-src/pull/1814)), thanks [@​rvanvelzen](https://togithub.com/rvanvelzen)! - Micro optimizations in TypeCombinator ([#​1816](https://togithub.com/phpstan/phpstan-src/pull/1816)), thanks [@​mad-briller](https://togithub.com/mad-briller)! - Improve `array_search()` type specifier performance ([#​1818](https://togithub.com/phpstan/phpstan-src/pull/1818)), [#​8147](https://togithub.com/phpstan/phpstan/issues/8147), thanks [@​rvanvelzen](https://togithub.com/rvanvelzen)! - Rule registry now gets rules instances in lazy manner (https://github.com/phpstan/phpstan-src/commit/b1b0dc921894da1f24721702262e64399a39c626) - Show progress bar sooner (https://github.com/phpstan/phpstan-src/commit/8e55decc78ab9da6ffe4cc62045c752794ed2d7a) # Bugfixes 🐛 - Make `key_exists` be treated like `array_key_exists` ([#​1800](https://togithub.com/phpstan/phpstan-src/pull/1800)), [#​8091](https://togithub.com/phpstan/phpstan/issues/8091), thanks [@​takaram](https://togithub.com/takaram)! - Fix resolving class types in inherited docblock ([#​1815](https://togithub.com/phpstan/phpstan-src/pull/1815)), [#​7839](https://togithub.com/phpstan/phpstan/issues/7839), thanks [@​rvanvelzen](https://togithub.com/rvanvelzen)! - Fix passing named arguments to by-ref parameter ([#​1807](https://togithub.com/phpstan/phpstan-src/pull/1807)), [#​8142](https://togithub.com/phpstan/phpstan/issues/8142), thanks [@​rvanvelzen](https://togithub.com/rvanvelzen)! - IncompatiblePropertyPhpDocTypeRule - fix inconsistency for stubbed PHPDocs (https://github.com/phpstan/phpstan-src/commit/32b3c67729267a1f7a4dcae590e7ce9013eabfee) - non-empty-string can still contain falsy strings as individual characters (https://github.com/phpstan/phpstan-src/commit/76bd347d2281f311ed5aa4a5c8a6632f2f136eff), [#​8158](https://togithub.com/phpstan/phpstan/issues/8158) # Function signature fixes 🤖 - Fix `SoapFault` constructor datatype ([#​1798](https://togithub.com/phpstan/phpstan-src/pull/1798)), thanks [@​ahmedash95](https://togithub.com/ahmedash95)! - fix `IntlDateFormatter::create` return signature ([#​1776](https://togithub.com/phpstan/phpstan-src/pull/1776)), thanks [@​Kleinast](https://togithub.com/Kleinast)! - Allow string args in signature of `RedisCluster::del` ([#​1829](https://togithub.com/phpstan/phpstan-src/pull/1829)), thanks [@​ostrolucky](https://togithub.com/ostrolucky)! - Refined `fpm_get_status` function signature ([#​1771](https://togithub.com/phpstan/phpstan-src/pull/1771)), thanks [@​mad-briller](https://togithub.com/mad-briller)! - Refined `connection_status` function signature ([#​1774](https://togithub.com/phpstan/phpstan-src/pull/1774)), thanks [@​mad-briller](https://togithub.com/mad-briller)! - `headers_list()` returns a list of headers as strings. ([#​1770](https://togithub.com/phpstan/phpstan-src/pull/1770)), thanks [@​johnbillion](https://togithub.com/johnbillion)!

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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