Skip to content

Releases: memio/model

Improved FQCN

01 Dec 10:41
Compare
Choose a tag to compare
  • improve FullyQualifiedName according to PHP Name resolution rules
  • added support for PHP 7

Improved PHPdoc

03 Aug 10:30
Compare
Choose a tag to compare
  • used @return self
  • used Object[] when dealing with collections of objects

Fixed PHPdoc

31 Jul 08:23
Compare
Choose a tag to compare
  • fixed PHPdoc

Fixed dependencies

31 Jul 08:21
Compare
Choose a tag to compare
  • removed SpecGen to fix dependency cycles
  • fixed CS

ParameterTag::make()

31 Jul 08:20
Compare
Choose a tag to compare
  • fixed ParameterTag#make

SpecGen

19 May 08:07
Compare
Choose a tag to compare
  • replaced phpspec extension with SpecGen

Argument type FQCN

19 May 08:06
Compare
Choose a tag to compare
  • changed Argument.type to be a Fully Qualified Class Name

@return and @throws PHPdoc tags

14 May 08:00
Compare
Choose a tag to compare
  • added return PHPdoc tag
  • added throws PHPdoc tag

Type name normalization

14 May 08:00
Compare
Choose a tag to compare
  • integer, boolean and NULL will be normalized to int, bool and null

Small doc fixes

21 Apr 07:48
Compare
Choose a tag to compare
  • fixed typos in documentation