Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 527 Bytes

CHANGELOG.md

File metadata and controls

26 lines (14 loc) · 527 Bytes

CHANGELOG

1.3.1: SpecGen

  • replaced phpspec extension with SpecGen

1.3.0: Argument type FQCN

  • changed Argument.type to be a Fully Qualified Class Name

1.2.0: @return and @throws PHPdoc tags

  • added return PHPdoc tag
  • added throws PHPdoc tag

1.1.0: Type name normalization

  • integer, boolean and NULL will be normalized to int, bool and null

1.0.1: Small doc fixes

  • fixed typos in documentation

1.0.0: Import