Skip to content

v1.3.0

Latest

Choose a tag to compare

@paulbalandan paulbalandan released this 05 Aug 05:04
Immutable release. Only release title and notes can be modified.
v1.3.0
3bbcd0e

Added

  • isSubclassOf(class-string<T>|T $class) expectation, narrowing to class-string<T>|T for 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 to 0 again instead of int<0, max>, following the upstream fix for phpstan/phpstan#15039

Full Changelog: v1.2.0...v1.3.0