Phpdoc To Typehint Versions Save

Add scalar type hints and return types to existing PHP projects using PHPDoc annotations

v0.1.0

8 years ago

First stable release!

Changes since v0.1.0-aplha.2:

  • Preserve new lines when inserting return type declarations
  • Handle params in phpdoc without type declaration
  • Convert any scalar array declaration to pure array
  • Apply whitelist filtering on supported types
  • Normalize commonly used aliases
  • More tests

v0.1.0-alpha.2

8 years ago
  • Add a --dry-run option
  • Avoid an exception when superclass is null and no docblock is provided for a method

v0.1.0-alpha.1

8 years ago