Skip to content

Commit 48cf8cc

Browse files
committed
Fix all places where the list of issue links was not ordered by issue number
1 parent 5b8f943 commit 48cf8cc

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
@@ -2329,8 +2329,8 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
23292329
- Fixed bug [#1777] : Generic.WhiteSpace.ScopeIndent incorrect indent errors when self called function proceeded by comment
23302330

23312331
[#604]: https://github.com/squizlabs/PHP_CodeSniffer/issues/604
2332-
[#1488]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1488
23332332
[#1462]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1462
2333+
[#1488]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1488
23342334
[#1573]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1573
23352335
[#1590]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1590
23362336
[#1718]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1718
@@ -2374,7 +2374,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
23742374
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
23752375
- Fixed bug [#1702] : Generic.WhiteSpaceDisallowSpaceIndent fixer bug when line only contains superfluous whitespace
23762376

2377-
[#1697]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1697
23782377
[#1512]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1512
23792378
[#1522]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1522
23802379
[#1570]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1570
@@ -2385,6 +2384,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
23852384
[#1669]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1669
23862385
[#1681]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1681
23872386
[#1694]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1694
2387+
[#1697]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1697
23882388
[#1702]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1702
23892389

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

2465-
[#1566]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1566
24662465
[#1550]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1550
2466+
[#1566]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1566
24672467
[#1577]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1577
24682468
[#1581]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1581
24692469
[#1591]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1591
@@ -2571,13 +2571,13 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
25712571
- Fixed bug [#1501] : Interactive mode is broken
25722572
- Fixed bug [#1504] : PSR2.Namespaces.UseDeclaration hangs fixing use statement with no trailing code
25732573

2574-
[#1484]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1484
25752574
[#1442]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1442
25762575
[#1447]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1447
25772576
[#1449]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1449
25782577
[#1450]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1450
25792578
[#1451]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1451
25802579
[#1454]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1454
2580+
[#1484]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1484
25812581
[#1495]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1495
25822582
[#1496]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1496
25832583
[#1501]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1501
@@ -2616,8 +2616,8 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
26162616
- Thanks to [Fabian Wiget][@fabacino] for the patch
26172617

26182618
[#811]: https://github.com/squizlabs/PHP_CodeSniffer/issues/811
2619-
[#1129]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1129
26202619
[#834]: https://github.com/squizlabs/PHP_CodeSniffer/issues/834
2620+
[#1129]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1129
26212621

26222622
## [3.0.0RC4] - 2017-03-02
26232623
### Security

0 commit comments

Comments
 (0)