phpstan/phpstan
### [`v1.11.1`](https://togithub.com/phpstan/phpstan/releases/tag/1.11.1)
[Compare Source](https://togithub.com/phpstan/phpstan/compare/1.11.0...1.11.1)
# Improvements 🔧
- Support integer ranges in `sprintf()` constant result inference ([#3075](https://togithub.com/phpstan/phpstan-src/pull/3075)), thanks [@staabm](https://togithub.com/staabm)!
# Bugfixes 🐛
- Do not complain about `impure(Function|Method).pure` if it has `@phpstan-assert` tags (https://github.com/phpstan/phpstan-src/commit/9544f8a6b52dbd6068800bbfc5bdaf67fe04a8c2)
- Remove tip about deprecated config option (https://github.com/phpstan/phpstan-src/commit/d603c7b676e3b91f4b7ba81d46aee3e9a593f883), [#11000](https://togithub.com/phpstan/phpstan/issues/11000)
- Fix false positive with `reportPossiblyNonexistentConstantArrayOffset: true` (https://github.com/phpstan/phpstan-src/commit/5277630459518024b16272bf6b6fd216eb3d10ed), [#10997](https://togithub.com/phpstan/phpstan/issues/10997)
- Fix parent keyword case sensitivity ([#3064](https://togithub.com/phpstan/phpstan-src/pull/3064)), thanks [@staabm](https://togithub.com/staabm)!
- InlineHTML is an impure point ([#3072](https://togithub.com/phpstan/phpstan-src/pull/3072)), thanks [@staabm](https://togithub.com/staabm)!
- UnionTypeHelper - prevent infinite recursion (https://github.com/phpstan/phpstan-src/commit/bb3da26d562727c3122a344622059ded2239d6ab), [#11027](https://togithub.com/phpstan/phpstan/issues/11027)
- Fix more potential for infinite recursion (https://github.com/phpstan/phpstan-src/commit/1d02c4f27684644e8361cf2a2bc5713adef9b95e)
- RangeFunctionReturnTypeExtension - fix internal ValueError (https://github.com/phpstan/phpstan-src/commit/fe3895ada98940d1a71c2eb115d61afda9fd7a2c), [#11026](https://togithub.com/phpstan/phpstan/issues/11026)
- Property unset is an impure point (https://github.com/phpstan/phpstan-src/commit/702ddcd7805ba08c0765bdf0930beaef0e6b4fc1), [#11001](https://togithub.com/phpstan/phpstan/issues/11001)
- Fix property assign not being an impure point in arrow function (https://github.com/phpstan/phpstan-src/commit/35ff6895f48b74e8bc0dda7ec94c40e73c84099b), [#11001](https://togithub.com/phpstan/phpstan/issues/11001)
- Fix internal error when accessing enum case by class-string (https://github.com/phpstan/phpstan-src/commit/1116e03389f0f47297c2638b5b67c84f4d339478), [#10985](https://togithub.com/phpstan/phpstan/issues/10985)
- Fix resolving `self` and `static` in `@phpstan-closure-this` from trait stub file (https://github.com/phpstan/phpstan-src/commit/93402494ee92dd2e7264f112105151586203e0ec), [#11009](https://togithub.com/phpstan/phpstan/issues/11009)
- CallToMethodStatementWithoutImpurePointsRule - fix for methods called on unions (https://github.com/phpstan/phpstan-src/commit/ee33f1e48b5ae9d6e99500814c186cd31e7a764f), [#11011](https://togithub.com/phpstan/phpstan/issues/11011)
# Function signature fixes 🤖
- Offset `uri` in `stream_get_meta_data` calls is always present on PHP 8.3+ (https://github.com/phpstan/phpstan-src/commit/885d46bc8d7555a8b762914821ad2f0f5871e517), [#11024](https://togithub.com/phpstan/phpstan/issues/11024), [#10999](https://togithub.com/phpstan/phpstan/issues/10999)
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.0
->1.11.1
Release Notes
phpstan/phpstan
### [`v1.11.1`](https://togithub.com/phpstan/phpstan/releases/tag/1.11.1) [Compare Source](https://togithub.com/phpstan/phpstan/compare/1.11.0...1.11.1) # Improvements 🔧 - Support integer ranges in `sprintf()` constant result inference ([#3075](https://togithub.com/phpstan/phpstan-src/pull/3075)), thanks [@staabm](https://togithub.com/staabm)! # Bugfixes 🐛 - Do not complain about `impure(Function|Method).pure` if it has `@phpstan-assert` tags (https://github.com/phpstan/phpstan-src/commit/9544f8a6b52dbd6068800bbfc5bdaf67fe04a8c2) - Remove tip about deprecated config option (https://github.com/phpstan/phpstan-src/commit/d603c7b676e3b91f4b7ba81d46aee3e9a593f883), [#11000](https://togithub.com/phpstan/phpstan/issues/11000) - Fix false positive with `reportPossiblyNonexistentConstantArrayOffset: true` (https://github.com/phpstan/phpstan-src/commit/5277630459518024b16272bf6b6fd216eb3d10ed), [#10997](https://togithub.com/phpstan/phpstan/issues/10997) - Fix parent keyword case sensitivity ([#3064](https://togithub.com/phpstan/phpstan-src/pull/3064)), thanks [@staabm](https://togithub.com/staabm)! - InlineHTML is an impure point ([#3072](https://togithub.com/phpstan/phpstan-src/pull/3072)), thanks [@staabm](https://togithub.com/staabm)! - UnionTypeHelper - prevent infinite recursion (https://github.com/phpstan/phpstan-src/commit/bb3da26d562727c3122a344622059ded2239d6ab), [#11027](https://togithub.com/phpstan/phpstan/issues/11027) - Fix more potential for infinite recursion (https://github.com/phpstan/phpstan-src/commit/1d02c4f27684644e8361cf2a2bc5713adef9b95e) - RangeFunctionReturnTypeExtension - fix internal ValueError (https://github.com/phpstan/phpstan-src/commit/fe3895ada98940d1a71c2eb115d61afda9fd7a2c), [#11026](https://togithub.com/phpstan/phpstan/issues/11026) - Property unset is an impure point (https://github.com/phpstan/phpstan-src/commit/702ddcd7805ba08c0765bdf0930beaef0e6b4fc1), [#11001](https://togithub.com/phpstan/phpstan/issues/11001) - Fix property assign not being an impure point in arrow function (https://github.com/phpstan/phpstan-src/commit/35ff6895f48b74e8bc0dda7ec94c40e73c84099b), [#11001](https://togithub.com/phpstan/phpstan/issues/11001) - Fix internal error when accessing enum case by class-string (https://github.com/phpstan/phpstan-src/commit/1116e03389f0f47297c2638b5b67c84f4d339478), [#10985](https://togithub.com/phpstan/phpstan/issues/10985) - Fix resolving `self` and `static` in `@phpstan-closure-this` from trait stub file (https://github.com/phpstan/phpstan-src/commit/93402494ee92dd2e7264f112105151586203e0ec), [#11009](https://togithub.com/phpstan/phpstan/issues/11009) - CallToMethodStatementWithoutImpurePointsRule - fix for methods called on unions (https://github.com/phpstan/phpstan-src/commit/ee33f1e48b5ae9d6e99500814c186cd31e7a764f), [#11011](https://togithub.com/phpstan/phpstan/issues/11011) # Function signature fixes 🤖 - Offset `uri` in `stream_get_meta_data` calls is always present on PHP 8.3+ (https://github.com/phpstan/phpstan-src/commit/885d46bc8d7555a8b762914821ad2f0f5871e517), [#11024](https://togithub.com/phpstan/phpstan/issues/11024), [#10999](https://togithub.com/phpstan/phpstan/issues/10999)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.