Skip to content

Commit ba02444

Browse files
rodrigoprimojrfnl
authored andcommitted
Fix all places where the list of issue links was not ordered by issue number
1 parent 1e2ed45 commit ba02444

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2431,8 +2431,8 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
24312431
- Fixed bug [#1777] : Generic.WhiteSpace.ScopeIndent incorrect indent errors when self called function proceeded by comment
24322432

24332433
[#604]: https://github.com/squizlabs/PHP_CodeSniffer/issues/604
2434-
[#1488]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1488
24352434
[#1462]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1462
2435+
[#1488]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1488
24362436
[#1573]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1573
24372437
[#1590]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1590
24382438
[#1718]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1718
@@ -2476,7 +2476,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
24762476
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
24772477
- Fixed bug [#1702] : Generic.WhiteSpaceDisallowSpaceIndent fixer bug when line only contains superfluous whitespace
24782478

2479-
[#1697]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1697
24802479
[#1512]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1512
24812480
[#1522]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1522
24822481
[#1570]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1570
@@ -2487,6 +2486,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
24872486
[#1669]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1669
24882487
[#1681]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1681
24892488
[#1694]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1694
2489+
[#1697]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1697
24902490
[#1702]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1702
24912491

24922492
## [3.1.0] - 2017-09-20
@@ -2564,8 +2564,8 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
25642564
- Fixed bug [#1640] : Squiz.Strings.DoubleQuoteUsage replaces tabs with spaces when fixing
25652565
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
25662566

2567-
[#1566]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1566
25682567
[#1550]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1550
2568+
[#1566]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1566
25692569
[#1577]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1577
25702570
[#1581]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1581
25712571
[#1591]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1591
@@ -2673,13 +2673,13 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
26732673
- Fixed bug [#1501] : Interactive mode is broken
26742674
- Fixed bug [#1504] : PSR2.Namespaces.UseDeclaration hangs fixing use statement with no trailing code
26752675

2676-
[#1484]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1484
26772676
[#1442]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1442
26782677
[#1447]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1447
26792678
[#1449]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1449
26802679
[#1450]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1450
26812680
[#1451]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1451
26822681
[#1454]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1454
2682+
[#1484]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1484
26832683
[#1495]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1495
26842684
[#1496]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1496
26852685
[#1501]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1501
@@ -2718,8 +2718,8 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
27182718
- Thanks to [Fabian Wiget][@fabacino] for the patch
27192719

27202720
[#811]: https://github.com/squizlabs/PHP_CodeSniffer/issues/811
2721-
[#1129]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1129
27222721
[#834]: https://github.com/squizlabs/PHP_CodeSniffer/issues/834
2722+
[#1129]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1129
27232723

27242724
## [3.0.0RC4] - 2017-03-02
27252725
### Security

0 commit comments

Comments
 (0)