Update dependency phpstan/phpstan to v1.7.10
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.7.8 -> 1.7.10
|
Release Notes
phpstan/phpstan
v1.7.10
🔧
Improvements - Adapt to different
vendor-dir
setting incomposer.json
, and alsoCOMPOSER
environment variable (#1384), thanks @canvural!
🐛
Bugfixes - Fix BC break in
PHPStan\Node\ClassMethod
(https://github.com/phpstan/phpstan-src/commit/9b4a5913aa47d94acb47e3c06fce83db8ea5fd8b), https://github.com/phpstan/phpstan-src/commit/d0a9d084ea66be4afdf965dd51e1b6d91d36c6b7#r75178623 - Fix
TypeUtils::getDirectClassNames
for nested type (#1380), thanks @mvorisek! - Consistent gathering of all stub files for their analysis (#1355), thanks @canvural!
- Dont report unsafe static if constructor is in both parent and interface (#1395), #6007, thanks @canvural!
🔍
Internals - Added
<file>bin</file>
intophpcs.xml
, and applied it (#1393, #1394), thanks @sasezaki!
v1.7.9
🔧
Improvements - Read PHPDocs from trait stubs (#1390), #5233, thanks @canvural!
- Infer
non-empty-string
on str-casing functions comparison with constant string (#1382), thanks @staabm! - Make trait properties and methods first class node citizens (#1370), thanks @herndlm!
🐛
Bugfixes - Support intersection types in
MutatingScope::getTypeToInstantiateForNew()
(#1388), #7374, thanks @rvanvelzen!
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.