joomla / jissues

Issue tracking application extending GitHub's issues and pull requests for the Joomla! project.
https://issues.joomla.org
GNU General Public License v2.0
69 stars 80 forks source link

Update PHPStan packages #1270

Open joomla-dependency-bot opened 2 weeks ago

joomla-dependency-bot commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev patch 1.12.10 -> 1.12.11
phpstan/phpstan-phpunit require-dev patch 1.4.0 -> 1.4.1

Release Notes

phpstan/phpstan ### [`v1.12.11`](https://togithub.com/phpstan/phpstan/releases/tag/1.12.11) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.12.10...1.12.11) # Improvements šŸ”§ - Update `fidry/cpu-core-counter` ([#​3632](https://togithub.com/phpstan/phpstan-src/pull/3632)), [https://github.com/phpstan/phpstan/discussions/12026](https://togithub.com/phpstan/phpstan/discussions/12026) - Add `TypeCombinator::removeTruthy()` method ([#​3633](https://togithub.com/phpstan/phpstan-src/pull/3633)), thanks [@​canvural](https://togithub.com/canvural)! - Add basic type narrowing for `$a != ''` ([#​3304](https://togithub.com/phpstan/phpstan-src/pull/3304)), thanks [@​thg2k](https://togithub.com/thg2k)! - Use the correct type for final constants ([#​3638](https://togithub.com/phpstan/phpstan-src/pull/3638)), thanks [@​thg2k](https://togithub.com/thg2k)! # Bugfixes šŸ› - Fix resolving class constant type using `self::` in a class attribute argument (https://github.com/phpstan/phpstan-src/commit/3447391001f7a5c2bfb77f66c2d0e157242c1dae), [#​12011](https://togithub.com/phpstan/phpstan/issues/12011), [#​10314](https://togithub.com/phpstan/phpstan/issues/10314) - Do not report nonexistent variable passed to by-ref parameter with checkImplicitMixed (level 10 in 2.0) (https://github.com/phpstan/phpstan-src/commit/f158d5bf32135d90a31f14993a3d2196cb456b3b), [#​12015](https://togithub.com/phpstan/phpstan/issues/12015) - Add `null` to `array_map(null, $a, $b)` ([#​3562](https://togithub.com/phpstan/phpstan-src/pull/3562)), thanks [@​schlndh](https://togithub.com/schlndh)! - Fix `ArrayType` with `checkImplicitMixed` (level 10 in 2.0) ([#​3636](https://togithub.com/phpstan/phpstan-src/pull/3636)), [#​12051](https://togithub.com/phpstan/phpstan/issues/12051), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! # Function signature fixes šŸ¤– - Fix `extract()` signature ([#​3512](https://togithub.com/phpstan/phpstan-src/pull/3512)), thanks [@​VincentLanglet](https://togithub.com/VincentLanglet)! - Improve signature for `get_defined_constants()` ([#​3635](https://togithub.com/phpstan/phpstan-src/pull/3635)), thanks [@​thg2k](https://togithub.com/thg2k)! - `fgetcsv` accepts `null` for `$length` ([#​3077](https://togithub.com/phpstan/phpstan-src/pull/3077)), thanks [@​staabm](https://togithub.com/staabm)!
phpstan/phpstan-phpunit ### [`v1.4.1`](https://togithub.com/phpstan/phpstan-phpunit/releases/tag/1.4.1) [Compare Source](https://togithub.com/phpstan/phpstan-phpunit/compare/1.4.0...1.4.1) - [11d4235](http://github.com/phpstan/phpstan-phpunit/commit/11d4235fbc6313ecbf93708606edfd3222e44949) - fix: Make sure Assert::assertIsList correctly asserts an array as list - [3cc8554](http://github.com/phpstan/phpstan-phpunit/commit/3cc855474263ad6220dfa49167cbea34ca1dd300) - Fixes after PHPStan update - [09e2d3b](http://github.com/phpstan/phpstan-phpunit/commit/09e2d3b470bdda02824c626735153dfd962e3f29) - Uncover everything behind the bleedingEdge flag - [4d861e0](http://github.com/phpstan/phpstan-phpunit/commit/4d861e0843cd1f8eccacfac14e24a8629280a887) - Fix after TypeSpecifier BC break - [3faa605](http://github.com/phpstan/phpstan-phpunit/commit/3faa60573a32522772e7cda004003b15466e2b5b) - Update build-cs - [953195d](http://github.com/phpstan/phpstan-phpunit/commit/953195d722a2c38c5ee904cea31d0a91b4d8a784) - Stop testing PHP 7.2 and 7.3 - [7f1457f](http://github.com/phpstan/phpstan-phpunit/commit/7f1457f2fbea110c0a7be4a03747823f0575292f) - Open 2.0.x

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.