Skip to content

Commit

Permalink
Version 19.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Mar 1, 2017
1 parent 63fe0d5 commit bc432d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 19.7

### 19.7.3

* Added AlignPHPCode2 pass
* Fixed [AlignPHPCode bug](https://github.com/akalongman/sublimetext-codeformatter/issues/250)
* Added new tests

### 19.7.0

* Added `SpaceAroundParentheses` pass

## 19.6.4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ php phpfmt.phar <arguments>
* AlignEquals Vertically align "=".
* AlignGroupDoubleArrow Vertically align T_DOUBLE_ARROW (=>) by line groups.
* AlignPHPCode Align PHP code within HTML block.
* AlignPHPCode2 Align PHP code within opening and closing php block.
* AlignTypehint Vertically align function type hints.
* AllmanStyleBraces Transform all curly braces into Allman-style.
* AutoPreincrement Automatically convert postincrement to preincrement.
Expand Down
Binary file modified build/phpfmt.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/phpfmt.php
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ public function upsert( $target, $filename, $content ) {}

}

define( 'VERSION', 'version_code' );
define( 'VERSION', '19.7.3' );

function extractFromArgv( $argv, $item ) {
return array_values(
Expand Down

0 comments on commit bc432d7

Please sign in to comment.