|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/bmitch/Codor/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/bmitch/Codor/compare/1.0.7...HEAD) |
| 5 | +[Full Changelog](https://github.com/bmitch/Codor/compare/1.1.0...HEAD) |
6 | 6 |
|
7 | 7 | **Closed issues:** |
8 | 8 |
|
| 9 | +- MixedReturnTypeSniff - Check for `comment\_opener` index before assuming it is there. [\#123](https://github.com/bmitch/Codor/issues/123) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Fixes \#123 - MixedReturnTypeSniff - check for `comment\_opener` index … [\#124](https://github.com/bmitch/Codor/pull/124) ([bmitch](https://github.com/bmitch)) |
| 14 | + |
| 15 | +## [1.1.0](https://github.com/bmitch/Codor/tree/1.1.0) (2017-10-20) |
| 16 | +[Full Changelog](https://github.com/bmitch/Codor/compare/1.0.7...1.1.0) |
| 17 | + |
| 18 | +**Closed issues:** |
| 19 | + |
| 20 | +- Add a "downloads" badge [\#117](https://github.com/bmitch/Codor/issues/117) |
| 21 | +- Sniff to prevent `mixed` type hints and return types? [\#110](https://github.com/bmitch/Codor/issues/110) |
9 | 22 | - Add instanceof to list of forbidden functions [\#106](https://github.com/bmitch/Codor/issues/106) |
10 | 23 | - Add churn-php [\#104](https://github.com/bmitch/Codor/issues/104) |
11 | 24 | - Add Sniff to check for the use of instance of function [\#102](https://github.com/bmitch/Codor/issues/102) |
12 | 25 |
|
13 | 26 | **Merged pull requests:** |
14 | 27 |
|
| 28 | +- Clean up code [\#122](https://github.com/bmitch/Codor/pull/122) ([bmitch](https://github.com/bmitch)) |
| 29 | +- Add mixed return sniff [\#120](https://github.com/bmitch/Codor/pull/120) ([fentie](https://github.com/fentie)) |
| 30 | +- added download button [\#118](https://github.com/bmitch/Codor/pull/118) ([d35k](https://github.com/d35k)) |
| 31 | +- Readme fix [\#115](https://github.com/bmitch/Codor/pull/115) ([bmitch](https://github.com/bmitch)) |
| 32 | +- readme update [\#113](https://github.com/bmitch/Codor/pull/113) ([bmitch](https://github.com/bmitch)) |
| 33 | +- Updated changelog [\#109](https://github.com/bmitch/Codor/pull/109) ([bmitch](https://github.com/bmitch)) |
15 | 34 | - Fixes \#106 - prevent instance from being used within source code [\#107](https://github.com/bmitch/Codor/pull/107) ([bmitch](https://github.com/bmitch)) |
16 | 35 | - Fixes \#104 - Added churn-php [\#105](https://github.com/bmitch/Codor/pull/105) ([bmitch](https://github.com/bmitch)) |
17 | 36 | - Update gitignore [\#103](https://github.com/bmitch/Codor/pull/103) ([bmitch](https://github.com/bmitch)) |
|
0 commit comments