|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/bmitch/Codor/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/bmitch/Codor/compare/1.2.2...HEAD) |
| 5 | +[Full Changelog](https://github.com/bmitch/Codor/compare/1.2.3...HEAD) |
| 6 | + |
| 7 | +## [1.2.3](https://github.com/bmitch/Codor/tree/1.2.3) (2022-06-17) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/bmitch/Codor/compare/1.2.2...1.2.3) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- PropertyDeclarationSniff bug? [\#108](https://github.com/bmitch/Codor/issues/108) |
| 14 | + |
| 15 | +**Merged pull requests:** |
| 16 | + |
| 17 | +- Improve the way to retrieve the properties name [\#154](https://github.com/bmitch/Codor/pull/154) ([villfa](https://github.com/villfa)) |
| 18 | +- Sniff to limit the use of new in constructor [\#153](https://github.com/bmitch/Codor/pull/153) ([kevin-schmitt](https://github.com/kevin-schmitt)) |
6 | 19 |
|
7 | 20 | ## [1.2.2](https://github.com/bmitch/Codor/tree/1.2.2) (2021-12-27) |
8 | 21 |
|
|
12 | 25 |
|
13 | 26 | - What issue choice for contribution? [\#151](https://github.com/bmitch/Codor/issues/151) |
14 | 27 | - Available for php8 [\#149](https://github.com/bmitch/Codor/issues/149) |
| 28 | +- Thinks it is returning null when filtering out nulls in Laravel collection [\#130](https://github.com/bmitch/Codor/issues/130) |
15 | 29 |
|
16 | 30 | **Merged pull requests:** |
17 | 31 |
|
|
95 | 109 | - Fixes \#106 - prevent instance from being used within source code [\#107](https://github.com/bmitch/Codor/pull/107) ([bmitch](https://github.com/bmitch)) |
96 | 110 | - Fixes \#104 - Added churn-php [\#105](https://github.com/bmitch/Codor/pull/105) ([bmitch](https://github.com/bmitch)) |
97 | 111 | - Update gitignore [\#103](https://github.com/bmitch/Codor/pull/103) ([bmitch](https://github.com/bmitch)) |
98 | | -- Fixes \#92 [\#93](https://github.com/bmitch/Codor/pull/93) ([bmitch](https://github.com/bmitch)) |
99 | 112 |
|
100 | 113 | ## [1.0.7](https://github.com/bmitch/Codor/tree/1.0.7) (2017-08-19) |
101 | 114 |
|
|
130 | 143 | **Merged pull requests:** |
131 | 144 |
|
132 | 145 | - Fixes \#67 [\#94](https://github.com/bmitch/Codor/pull/94) ([bmitch](https://github.com/bmitch)) |
| 146 | +- Fixes \#92 [\#93](https://github.com/bmitch/Codor/pull/93) ([bmitch](https://github.com/bmitch)) |
133 | 147 | - Fixes \#89 [\#91](https://github.com/bmitch/Codor/pull/91) ([bmitch](https://github.com/bmitch)) |
134 | 148 |
|
135 | 149 | ## [1.0.4](https://github.com/bmitch/Codor/tree/1.0.4) (2017-06-01) |
|
205 | 219 |
|
206 | 220 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.10...0.0.11) |
207 | 221 |
|
208 | | -**Fixed bugs:** |
209 | | - |
210 | | -- Doesn't work with Atom Linter-PHPCS? [\#44](https://github.com/bmitch/Codor/issues/44) |
211 | | - |
212 | 222 | **Closed issues:** |
213 | 223 |
|
214 | 224 | - Add info on how to supress for sections of code in README [\#43](https://github.com/bmitch/Codor/issues/43) |
|
275 | 285 |
|
276 | 286 | - ignore try-catch block as indentation [\#45](https://github.com/bmitch/Codor/issues/45) |
277 | 287 |
|
| 288 | +**Fixed bugs:** |
| 289 | + |
| 290 | +- Doesn't work with Atom Linter-PHPCS? [\#44](https://github.com/bmitch/Codor/issues/44) |
| 291 | + |
278 | 292 | **Closed issues:** |
279 | 293 |
|
280 | 294 | - Sniff for nested if statements. [\#38](https://github.com/bmitch/Codor/issues/38) |
|
304 | 318 | **Closed issues:** |
305 | 319 |
|
306 | 320 | - Make rules configurable? [\#26](https://github.com/bmitch/Codor/issues/26) |
307 | | -- Class length sniff [\#22](https://github.com/bmitch/Codor/issues/22) |
308 | 321 |
|
309 | 322 | **Merged pull requests:** |
310 | 323 |
|
|
340 | 353 |
|
341 | 354 | **Closed issues:** |
342 | 355 |
|
| 356 | +- Class length sniff [\#22](https://github.com/bmitch/Codor/issues/22) |
343 | 357 | - Parameter length sniff not picking up interfaces. [\#19](https://github.com/bmitch/Codor/issues/19) |
344 | 358 | - Sniffer to prevent returning null [\#15](https://github.com/bmitch/Codor/issues/15) |
345 | 359 | - Changes to CodeSniffRunner [\#14](https://github.com/bmitch/Codor/issues/14) |
|
0 commit comments