Skip to content

Commit 7c84e83

Browse files
committed
v2.16
1 parent abc2631 commit 7c84e83

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
====== phptidy Changelog ======
22

3+
Version 2.16 (2015-10-27)
4+
- Bugfix: In @param doctags "object" was used instead of class name type hints
5+
and references and type hints were not detected when used together.
6+
- New formatting function for adding spaces around operators (disabled by
7+
default)
8+
- Don't use cache if the version of phptidy or the configuration has changed
9+
- Use PHP in $PATH instead of /usr/bin/php
10+
311
Version 2.15 (2015-09-05)
412
- Composer integration
513

phptidy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* along with this program; if not, write to the Free Software
2525
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2626
*
27-
* @version 2.15 (2015-09-05)
27+
* @version 2.16 (2015-10-27)
2828
* @author Magnus Rosenbaum <phptidy@cmr.cx>
2929
* @package phptidy
3030
*/

0 commit comments

Comments
 (0)