Immutable
release. Only release title and notes can be modified.
Added
isSubclassOf(class-string<T>|T $class)expectation, narrowing toclass-string<T>|Tfor objects and class strings that are a strict subclass of the given class
Fixed
- Restored the chained double-negation narrowing reported in v1.2.0's known issues. On PHPStan 2.2.8 and later,
isInt()->not()->isNegativeInt()->isPositiveInt()narrows to0again instead ofint<0, max>, following the upstream fix for phpstan/phpstan#15039
Full Changelog: v1.2.0...v1.3.0