webinertia / limatus

Bootstrap Laminas form elements and view helpers
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Update dependency phpstan/phpstan to v1.10.25 #24

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/phpstan require-dev patch 1.10.22 -> 1.10.25

Release Notes

phpstan/phpstan (phpstan/phpstan) ### [`v1.10.25`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.25) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.24...1.10.25) # Improvements ๐Ÿ”ง - Understand that promoted property can come from renamed trait constructor (https://github.com/phpstan/phpstan-src/commit/eafba2e09164846a010dc29e65bbc49c814941ae) - Understand that methods called from constructor throwing exception cannot leave object in an uninitializad state (https://github.com/phpstan/phpstan-src/commit/f4d060b6888c8ef4469e99becfd23eb64c40da89) # Bugfixes ๐Ÿ› - Allow promoted properties in trait `__construct` even when renamed (https://github.com/phpstan/phpstan-src/commit/4dd3f753b1438c30e9ee882a3f2b4632b1a8cecc), [#​9577](https://togithub.com/phpstan/phpstan/issues/9577) - IllegalConstructorStaticCallRule - fix for renamed trait constructor (https://github.com/phpstan/phpstan-src/commit/65330d3be77c4c7e28a2eb51b19850f8895c147a), [#​9577](https://togithub.com/phpstan/phpstan/issues/9577) ### [`v1.10.24`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.24) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.23...1.10.24) # Improvements ๐Ÿ”ง - Evaluate uninitialized properties based on each execution end in constructor (https://github.com/phpstan/phpstan-src/commit/b2d2a9d08df092e78fa0cd652e158e13f2e63a7d), [#​7649](https://togithub.com/phpstan/phpstan/issues/7649) - ConstructorReturnTypeRule (https://github.com/phpstan/phpstan-src/commit/2ebbb5303aad6b757c65ca6f12cafebed79bed83) # Bugfixes ๐Ÿ› - Fix `processCalledMethod` when anonymous classes are involved (https://github.com/phpstan/phpstan-src/commit/3f5277975a4c625b0fd6a29ea256a672d0bb77fa) - Do not require return type for renamed trait constructor (https://github.com/phpstan/phpstan-src/commit/f6ca9c88d66af8d272e4baec19dbd63a0ec54a5f), [#​9571](https://togithub.com/phpstan/phpstan/issues/9571) - FileTypeMapper - fix PHPDocs for renamed trait methods (https://github.com/phpstan/phpstan-src/commit/0bd48b4ae0f397de435ba657f7a36284d90ef2dd), [#​9571](https://togithub.com/phpstan/phpstan/issues/9571), [#​6856](https://togithub.com/phpstan/phpstan/issues/6856) - Register `json_validate` stub only on PHP 8.3+ (https://github.com/phpstan/phpstan-src/commit/8f8c1af790395a07eb46016ec20f20485bc42c66), [#​9574](https://togithub.com/phpstan/phpstan/issues/9574) # Function signature fixes ๐Ÿค– - More precise `session_status()` return type ([#​2509](https://togithub.com/phpstan/phpstan-src/pull/2509)), thanks [@​staabm](https://togithub.com/staabm)! ### [`v1.10.23`](https://togithub.com/phpstan/phpstan/releases/tag/1.10.23) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.10.22...1.10.23) # Improvements ๐Ÿ”ง - Fix false positives and false negatives about uninitialized properties (https://github.com/phpstan/phpstan-src/commit/348debc5c3b38c5f40448bae63d76cc99a6baea8), [#​7198](https://togithub.com/phpstan/phpstan/issues/7198) - This leads to uninitialized properties being detected in more places - Lazy initialization of `AnalyserResult::$errors` ([#​2400](https://togithub.com/phpstan/phpstan-src/pull/2400)), thanks [@​takaram](https://togithub.com/takaram)! - Check additional assign of promoted readonly property (https://github.com/phpstan/phpstan-src/commit/8fe4401489c58da040889ed18bffda10ba89f05c) # Bugfixes ๐Ÿ› - Fix readonly property assigned in if-else (https://github.com/phpstan/phpstan-src/commit/ce3c1641926e8abf7ce6dca055717e1657deb792), [#​6402](https://togithub.com/phpstan/phpstan/issues/6402) - Fix ConstantArrayTypeBuilder's isList flag ([#​2408](https://togithub.com/phpstan/phpstan-src/pull/2408)), thanks [@​jlherren](https://togithub.com/jlherren)! - TypeSpecifier - handle AlwaysRememberedExpr in handling Identical (https://github.com/phpstan/phpstan-src/commit/a769a1c90c7d9b051e42225104dbc3c83768a553), [#​9499](https://togithub.com/phpstan/phpstan/issues/9499) - Fix processing traits with renamed methods (https://github.com/phpstan/phpstan-src/commit/c6035f3ca1511332c9fec762135a24f5963dee06), [#​7198](https://togithub.com/phpstan/phpstan/issues/7198), [#​6039](https://togithub.com/phpstan/phpstan/issues/6039), [#​4758](https://togithub.com/phpstan/phpstan/issues/4758) # Function signature fixes ๐Ÿค– - Allow `null` in `mysqli*real_connect` arguments ([#​2508](https://togithub.com/phpstan/phpstan-src/pull/2508)), thanks [@​staabm](https://togithub.com/staabm)! # Internals ๐Ÿ” - Cheap checks first in IgnoredRegexValidator ([#​2505](https://togithub.com/phpstan/phpstan-src/pull/2505)), thanks [@​mad-briller](https://togithub.com/mad-briller)! - Do not use `instanceof ThisType` as it can be unreliable in case of intersection types (https://github.com/phpstan/phpstan-src/commit/79359450f36c073fa8444a7e87c0e29867f6b4c1)

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



Read more information about the use of Renovate Bot.