phpstan/phpstan
### [`v1.11.2`](https://togithub.com/phpstan/phpstan/releases/tag/1.11.2)
[Compare Source](https://togithub.com/phpstan/phpstan/compare/1.11.1...1.11.2)
# Improvements 🔧
- Stricter `@phpstan-ignore` identifiers parser ([#3079](https://togithub.com/phpstan/phpstan-src/pull/3079), [#3090](https://togithub.com/phpstan/phpstan-src/pull/3090), [#3091](https://togithub.com/phpstan/phpstan-src/pull/3091)), thanks [@janedbal](https://togithub.com/janedbal)!
- The parser now rejects some syntax that was possible but undocumented in 1.11.0 and 1.11.1
- The parser now allows to attach comment to each single identifier in a list: `@phpstan-ignore identifier (comment), identifier2 (comment2)`
- Resolving type of closure - get `$passedToType` from `inFunctionCallsStack` (https://github.com/phpstan/phpstan-src/commit/ca41b7d8c2d54407156d07dab5375a3a5ebbeb29, https://github.com/phpstan/phpstan-src/commit/da4fd7a4122615d9dbae55083bdfd290026fa08e), [#5508](https://togithub.com/phpstan/phpstan/issues/5508), [#10254](https://togithub.com/phpstan/phpstan/issues/10254), [#10732](https://togithub.com/phpstan/phpstan/issues/10732)
- Do not lose generic type when the closure has native return type (https://github.com/phpstan/phpstan-src/commit/7e9cd45701562fb02f1aa9cab1f89b58a58f6526), [#9086](https://togithub.com/phpstan/phpstan/issues/9086)
# Function signature fixes 🤖
- More concrete return types for some database functions ([#3078](https://togithub.com/phpstan/phpstan-src/pull/3078)), thanks [@devnix](https://togithub.com/devnix)!
# Internals 🔍
- Fix Composer by referencing deleted tag of `nette/di` (https://github.com/phpstan/phpstan-src/commit/2ab647e12fe46d970fa630b78f9ca962354b3d16)
- Specify `array_filter` callbacks (https://github.com/phpstan/phpstan-src/commit/754b7b8e170cd36ed7bc8633b90651eff16cc893)
- Add `@api` annotation to `AcceptsResult::__construct` ([#3092](https://togithub.com/phpstan/phpstan-src/pull/3092)), thanks [@canvural](https://togithub.com/canvural)!
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
1.11.1
->1.11.2
Release Notes
phpstan/phpstan
### [`v1.11.2`](https://togithub.com/phpstan/phpstan/releases/tag/1.11.2) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.11.1...1.11.2) # Improvements 🔧 - Stricter `@phpstan-ignore` identifiers parser ([#3079](https://togithub.com/phpstan/phpstan-src/pull/3079), [#3090](https://togithub.com/phpstan/phpstan-src/pull/3090), [#3091](https://togithub.com/phpstan/phpstan-src/pull/3091)), thanks [@janedbal](https://togithub.com/janedbal)! - The parser now rejects some syntax that was possible but undocumented in 1.11.0 and 1.11.1 - The parser now allows to attach comment to each single identifier in a list: `@phpstan-ignore identifier (comment), identifier2 (comment2)` - Resolving type of closure - get `$passedToType` from `inFunctionCallsStack` (https://github.com/phpstan/phpstan-src/commit/ca41b7d8c2d54407156d07dab5375a3a5ebbeb29, https://github.com/phpstan/phpstan-src/commit/da4fd7a4122615d9dbae55083bdfd290026fa08e), [#5508](https://togithub.com/phpstan/phpstan/issues/5508), [#10254](https://togithub.com/phpstan/phpstan/issues/10254), [#10732](https://togithub.com/phpstan/phpstan/issues/10732) - Do not lose generic type when the closure has native return type (https://github.com/phpstan/phpstan-src/commit/7e9cd45701562fb02f1aa9cab1f89b58a58f6526), [#9086](https://togithub.com/phpstan/phpstan/issues/9086) # Function signature fixes 🤖 - More concrete return types for some database functions ([#3078](https://togithub.com/phpstan/phpstan-src/pull/3078)), thanks [@devnix](https://togithub.com/devnix)! # Internals 🔍 - Fix Composer by referencing deleted tag of `nette/di` (https://github.com/phpstan/phpstan-src/commit/2ab647e12fe46d970fa630b78f9ca962354b3d16) - Specify `array_filter` callbacks (https://github.com/phpstan/phpstan-src/commit/754b7b8e170cd36ed7bc8633b90651eff16cc893) - Add `@api` annotation to `AcceptsResult::__construct` ([#3092](https://togithub.com/phpstan/phpstan-src/pull/3092)), thanks [@canvural](https://togithub.com/canvural)!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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.