Add date to 0.4.4 release in CHANGELOG files
vudaltsovpushed 2 commits to 0.4.x • 75b887c…3ec2546 • on Aug 18, 2024
Add Parameter::with() and ShapeElement::with(), make ShapeElement::__…
Remove IdentityTypeResolver, open TypeResolvers::__construct()
Add IdentityTypeResolver and TypeResolvers composite
Simplify types code by using self:: constructors more often
Revert "Return types::constant('NAN') for types::value(NAN)"
Update PHP-CS-Fixer and code style
Return types::constant('NAN') for types::value(NAN)
Introduce isolated package testing (#77)
Remove global ImpureMethodCall suppress for src/Type, suppress only i…
Add types::value(), deprecate types::scalar() (#70)
Return Type<int>
in types::intMask()
due to possibly overflowing …
Replace self, parent and static type arguments in RecursiveTypeReplacer
Add Typhoon Team to each composer.json
Add int(), float() to RecursiveTypeReplacer
Allow AnonymousClassId in NamedObjectType
Use PascalCase for types::Closure and types::Generator (#61)
Refactor int range, float range, reintroduce IntValueType and FloatVa…
Rename types::classString($object) to $class
Remove @psalm-immutable from Type classes
Implement float as float-range
Support Iterator<TValue> only on PhpDocTypeReflector level
Support Iterator<TValue> with implicit TKey=mixed
Replace "site" with "declaration"
Use minimum-stability=dev and prefer-stable=true in components' compo…
You can’t perform that action at this time.