Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sstalle committed Jul 20, 2017
1 parent bf022af commit dfe8d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.2-dev
## Version 1.2.0
* Fixed some false positives related to yield usage in expression context
* Fixed false positives for nested by-reference foreach loops wrapped in functions or class methods
* Fixed function redeclaration false positives when a declaration is wrapped in a function_exists condition
Expand Down
2 changes: 1 addition & 1 deletion src/Infrastructure/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Application extends \Symfony\Component\Console\Application
{
const VERSION = '1.2.0-dev';
const VERSION = '1.2.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit dfe8d56

Please sign in to comment.