- reverted the FQCN change
- improve
FullyQualifiedName
according to PHP Name resolution rules - added support for PHP 7
- used
@return self
- used
Object[]
when dealing with collections of objects
- fixed PHPdoc
- removed SpecGen to fix dependency cycles
- fixed CS
- fixed
ParameterTag#make
- replaced phpspec extension with SpecGen
- changed Argument.type to be a Fully Qualified Class Name
- added
return
PHPdoc tag - added
throws
PHPdoc tag
- integer, boolean and NULL will be normalized to int, bool and null
- fixed typos in documentation
- imported models from memio/memio v1.0.0-rc7