Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Updated to 1.1.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Nov 13, 2017
1 parent d2c3038 commit 97ad612
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ script:
phpcs --standard=phpcs.xml $(find . -name '*.php')
phpmd src,tests text ./phpmd.xml
fi
phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.1.6 - 2017-11-13

* Set the correct `phpcbf` fix command in `composer.json`.

* Set static methods should in tests class. Use `::` instead of `->`.

* Using isset instead empty to make the code readable.

## 1.1.5 - 2017-11-09

* Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
Expand Down

0 comments on commit 97ad612

Please sign in to comment.