Bump phpstan/phpstan from 0.12.93 to 0.12.94
Created by: dependabot[bot]
Bumps phpstan/phpstan from 0.12.93 to 0.12.94.
Release notes
Sourced from phpstan/phpstan's releases.
0.12.94
Improvements
🔧
- Added integer range PHPDoc support (#596), thanks
@clxmstaab
!- Cover
non-empty-array
inarray_flip
(#583), thanks@staabm
!- Update
nikic/php-parser
to 4.12.0 (https://github.com/phpstan/phpstan-src/commit/dca48f34bcec87971ceaa4643eef02ed9b2fd812)- Custom PHAR namespace prefix with Git commit (https://github.com/phpstan/phpstan-src/commit/1501229bb601298c9bc0914433cfa98e9dd050e6)
- Simplify FileCacheStorage (#593), thanks
@staabm
!- Result cache - notice change in class constant PHPDoc (https://github.com/phpstan/phpstan-src/commit/d88b568cae5759e56cdc1c21433f002db07aefaf)
- Result cache - notice change in
readonly
property (PHP 8.1) (https://github.com/phpstan/phpstan-src/commit/c19506b58e334a8b8ccaaefdfe2beabfa3c064a1)- Result cache - notice change in
final
class constant (PHP 8.1) (https://github.com/phpstan/phpstan-src/commit/092d8e3bbf013fe52db81ec7f09385bed2db9f63)- Do not rely on registered exception handler when debugging (https://github.com/phpstan/phpstan-src/commit/48ec184015023796ec32234d918fbda305606c51)
- ResultCacheManager: introduce flag
checkDependenciesOfProjectExtensionFiles
(#595), #5296, thanks@janedbal
!- Update PHP 8 stubs (https://github.com/phpstan/phpstan-src/commit/91fde71dc649e07b5ee19a565eb021e6205a7cbe)
Bleeding edge
🔪
- Check classes extending
@final
classes (https://github.com/phpstan/phpstan-src/commit/dffd2c2351e5fc5d22b752bf3b8be84bf1708f71), https://github.com/phpstan/phpstan/discussions/5343If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:includes: - vendor/phpstan/phpstan/conf/bleedingEdge.neon
Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Bugfixes
🐛
- Fix overriding
Memcache::get()
andMemcachePool::get()
(https://github.com/phpstan/phpstan-src/commit/c5f9d2400ee430a4850a87186a751d1e1d9fc9be)- Fix overriding throw point with inline
@throws void
(https://github.com/phpstan/phpstan-src/commit/da3790efa9f5ee96c3b7905342904fe3651a29af), #5364- ResultCacheManager: read also
rules
in config.neon
file (#594), thanks@janedbal
!Function signature fixes
🤖
Commits
-
3d0ba4c
PHPStan 0.12.94 -
e0ffdf1
Update PocketMine -
1ce374e
Updated PHPStan to commit 8f2e45ccfca7f6e04fbe125772085aa04ee17147 -
d7ddc4c
Updated PHPStan to commit 91fde71dc649e07b5ee19a565eb021e6205a7cbe -
d9be1e2
Updated PHPStan to commit d21813408ea3b613ade22e14f37f5f635be9ed73 -
0f7a888
Run PocketMine on PHP 8 -
3389ac3
Fix integration test -
92194ad
Cleanup -
e0c801a
Updated PHPStan to commit 28ac8169eaa31196e78dfa33c6bb1297fb3624c1 -
7b36322
Updated PHPStan to commit 48ec184015023796ec32234d918fbda305606c51 - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)