Releases: memio/spec-gen
Releases · memio/spec-gen
Symfony 5, phpspec 6 and PHP 7.2
Upgraded to:
- Symfony 5
- phpspec 6.1
- PHP 7.2
phpspec 5
Normalized float to double
Normalization from float to double, thanks to @ItsKelsBoys
Added PHP 7.2 support
Thanks to @roukmoute for adding PHP 7.2 support
Fixed float arguments
Marked float
as being a non object type, thanks to @Arn0d
phpspec 4 stable
Using phpspec 4.0 stable, thanks to @Arn0d
Memio 2.0
phpspec 4
Scalar Type Hints
Upgraded Memio to v2.0@alpha, meaning:
- PHP 5 support was dropped
- scalar arguments now get type hinted
- maximum method argument line length changed from 120 to 80
- opening curly brace changed to be on the same line as the method
closing parenthesis, when arguments are on many lines - properties changed to not have empty lines between them,
except if they have PHPdoc
Re-enabled Constructor Generator
Constructor generator wasn't registered as a generator in phpspec 3,
du to a missing DI tag.