Releases: cmrcx/phptidy
Releases · cmrcx/phptidy
v3.3
v3.2
v3.1
v3.0
v2.17
v2.16
Version 2.16 (2015-10-27)
- Bugfix: In @param doctags "object" was used instead of class name type hints
and references and type hints were not detected when used together. - New formatting function for adding spaces around operators (disabled by
default) - Don't use cache if the version of phptidy or the configuration has changed
- Use PHP in $PATH instead of /usr/bin/php
Attention: This release will probably change your @param doctags.
v2.15
v2.14
Version 2.14 (2015-04-26)
- New formatting function for adding one space after an opening and before a
closing round bracket (disabled by default) - New option --config
- New option --quiet
- New command "-" to read code from STDIN and write formatted code to STDOUT
- New documentation file INTEGRATION
- Bugfix: No @uses tags were added to docblocks. To avoid unexpected behaviour,
the new configuration option $add_usestags has been added and disabled by
default. - Tests
- Move version control from subversion to git