Skip to content

Commit 42c0e0b

Browse files
committed
Remove duplicate issue links from the changelog
1 parent 24098ee commit 42c0e0b

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

CHANGELOG.md

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,10 +1763,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
17631763
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch
17641764
- Fixed bug [#1890][sq-1890] : Incorrect Squiz.WhiteSpace.ControlStructureSpacing.NoLineAfterClose error between catch and finally statements
17651765

1766-
[sq-1496]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1496
1767-
[sq-1549]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1549
1768-
[sq-1890]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1890
1769-
17701766
## [3.3.2] - 2018-09-24
17711767
### Changed
17721768
- Fixed a problem where the report cache was not being cleared when the sniffs inside a standard were updated
@@ -2571,7 +2567,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
25712567
- Fixed bug [#1501][sq-1501] : Interactive mode is broken
25722568
- Fixed bug [#1504][sq-1504] : PSR2.Namespaces.UseDeclaration hangs fixing use statement with no trailing code
25732569

2574-
[sq-1442]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1442
25752570
[sq-1447]: https://github.com/squizlabs/PHP_CodeSniffer/issues/1447
25762571
[sq-1449]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1449
25772572
[sq-1450]: https://github.com/squizlabs/PHP_CodeSniffer/pull/1450
@@ -3318,7 +3313,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
33183313
- Fixed bug [#938][sq-938] : CallTimePassByReferenceSniff ignores functions with return value
33193314

33203315
[sq-542]: https://github.com/squizlabs/PHP_CodeSniffer/issues/542
3321-
[sq-698]: https://github.com/squizlabs/PHP_CodeSniffer/issues/698
33223316
[sq-791]: https://github.com/squizlabs/PHP_CodeSniffer/issues/791
33233317
[sq-847]: https://github.com/squizlabs/PHP_CodeSniffer/issues/847
33243318
[sq-872]: https://github.com/squizlabs/PHP_CodeSniffer/issues/872
@@ -3756,7 +3750,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
37563750
- Generic ScopeIndentSniff may now report fewer errors for closures, but perform the same fixes
37573751
- Fixed bug [#502][sq-502] : PSR1 SideEffectsSniff sees declare() statements as side effects
37583752

3759-
[sq-263]: https://github.com/squizlabs/PHP_CodeSniffer/issues/263
37603753
[sq-415]: https://github.com/squizlabs/PHP_CodeSniffer/issues/415
37613754
[sq-432]: https://github.com/squizlabs/PHP_CodeSniffer/issues/432
37623755
[sq-453]: https://github.com/squizlabs/PHP_CodeSniffer/issues/453
@@ -3968,7 +3961,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
39683961
- Fixed bug [#320][sq-320] : Code sniffer indentation issue
39693962
- Fixed bug [#333][sq-333] : Nested ternary operators causing problems
39703963

3971-
[sq-311]: https://github.com/squizlabs/PHP_CodeSniffer/issues/311
39723964
[sq-320]: https://github.com/squizlabs/PHP_CodeSniffer/issues/320
39733965
[sq-333]: https://github.com/squizlabs/PHP_CodeSniffer/issues/333
39743966

@@ -3993,10 +3985,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
39933985
- Fixed bug [#310][sq-310] : Variadics not recognized by tokenizer
39943986
- Fixed bug [#311][sq-311] : Suppression of function prototype breaks checking of lines within function
39953987

3996-
[sq-280]: https://github.com/squizlabs/PHP_CodeSniffer/issues/280
3997-
[sq-306]: https://github.com/squizlabs/PHP_CodeSniffer/issues/306
3998-
[sq-308]: https://github.com/squizlabs/PHP_CodeSniffer/issues/308
3999-
[sq-310]: https://github.com/squizlabs/PHP_CodeSniffer/issues/310
40003988
[sq-311]: https://github.com/squizlabs/PHP_CodeSniffer/issues/311
40013989

40023990
## [2.0.0RC4] - 2014-11-07
@@ -4130,17 +4118,11 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
41304118
- Fixed bug [#20402][pear-20402] : SVN pre-commit hook fails due to unknown argument error
41314119

41324120
[sq-243]: https://github.com/squizlabs/PHP_CodeSniffer/issues/243
4133-
[sq-248]: https://github.com/squizlabs/PHP_CodeSniffer/issues/248
41344121
[sq-252]: https://github.com/squizlabs/PHP_CodeSniffer/issues/252
41354122
[sq-262]: https://github.com/squizlabs/PHP_CodeSniffer/issues/262
41364123
[sq-263]: https://github.com/squizlabs/PHP_CodeSniffer/issues/263
4137-
[sq-265]: https://github.com/squizlabs/PHP_CodeSniffer/pull/265
41384124
[pear-19899]: https://pear.php.net/bugs/bug.php?id=19899
4139-
[pear-20323]: https://pear.php.net/bugs/bug.php?id=20323
4140-
[pear-20373]: https://pear.php.net/bugs/bug.php?id=20373
41414125
[pear-20377]: https://pear.php.net/bugs/bug.php?id=20377
4142-
[pear-20378]: https://pear.php.net/bugs/bug.php?id=20378
4143-
[pear-20381]: https://pear.php.net/bugs/bug.php?id=20381
41444126
[pear-20402]: https://pear.php.net/bugs/bug.php?id=20402
41454127

41464128
## [1.5.5] - 2014-09-25
@@ -4171,7 +4153,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
41714153

41724154
[sq-248]: https://github.com/squizlabs/PHP_CodeSniffer/issues/248
41734155
[sq-265]: https://github.com/squizlabs/PHP_CodeSniffer/pull/265
4174-
[pear-20323]: https://pear.php.net/bugs/bug.php?id=20323
41754156
[pear-20373]: https://pear.php.net/bugs/bug.php?id=20373
41764157
[pear-20378]: https://pear.php.net/bugs/bug.php?id=20378
41774158
[pear-20381]: https://pear.php.net/bugs/bug.php?id=20381
@@ -4246,20 +4227,8 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
42464227
- Fixed bug [#20346][pear-20346] : Fixer endless loop with Squiz.CSS sniffs
42474228
- Fixed bug [#20355][pear-20355] : No sniffs are registered with PHAR on Windows
42484229

4249-
[pear-20234]: https://pear.php.net/bugs/bug.php?id=20234
42504230
[pear-20261]: https://pear.php.net/bugs/bug.php?id=20261
4251-
[pear-20268]: https://pear.php.net/bugs/bug.php?id=20268
4252-
[pear-20296]: https://pear.php.net/bugs/bug.php?id=20296
42534231
[pear-20297]: https://pear.php.net/bugs/bug.php?id=20297
4254-
[pear-20299]: https://pear.php.net/bugs/bug.php?id=20299
4255-
[pear-20307]: https://pear.php.net/bugs/bug.php?id=20307
4256-
[pear-20308]: https://pear.php.net/bugs/bug.php?id=20308
4257-
[pear-20309]: https://pear.php.net/bugs/bug.php?id=20309
4258-
[pear-20310]: https://pear.php.net/bugs/bug.php?id=20310
4259-
[pear-20313]: https://pear.php.net/bugs/bug.php?id=20313
4260-
[pear-20314]: https://pear.php.net/bugs/bug.php?id=20314
4261-
[pear-20322]: https://pear.php.net/bugs/bug.php?id=20322
4262-
[pear-20323]: https://pear.php.net/bugs/bug.php?id=20323
42634232
[pear-20346]: https://pear.php.net/bugs/bug.php?id=20346
42644233
[pear-20355]: https://pear.php.net/bugs/bug.php?id=20355
42654234

@@ -4359,18 +4328,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
43594328
- Fixed bug [#20248][pear-20248] : The Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff sniff and empty scope
43604329
- Fixed bug [#20252][pear-20252] : Unitialized string offset when package name starts with underscore
43614330

4362-
[pear-20200]: https://pear.php.net/bugs/bug.php?id=20200
4363-
[pear-20204]: https://pear.php.net/bugs/bug.php?id=20204
4364-
[pear-20208]: https://pear.php.net/bugs/bug.php?id=20208
4365-
[pear-20213]: https://pear.php.net/bugs/bug.php?id=20213
4366-
[pear-20225]: https://pear.php.net/bugs/bug.php?id=20225
4367-
[pear-20230]: https://pear.php.net/bugs/bug.php?id=20230
43684331
[pear-20234]: https://pear.php.net/bugs/bug.php?id=20234
4369-
[pear-20240]: https://pear.php.net/bugs/bug.php?id=20240
4370-
[pear-20241]: https://pear.php.net/bugs/bug.php?id=20241
4371-
[pear-20247]: https://pear.php.net/bugs/bug.php?id=20247
4372-
[pear-20248]: https://pear.php.net/bugs/bug.php?id=20248
4373-
[pear-20252]: https://pear.php.net/bugs/bug.php?id=20252
43744332

43754333
## [1.5.3] - 2014-05-01
43764334
### Changed
@@ -4533,7 +4491,6 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
45334491
- Thanks to [Gaetan Rousseau][@Naelyth] for the patch
45344492
- Fixed bug [#20139][pear-20139] : No report file generated on success
45354493

4536-
[pear-20100]: https://pear.php.net/bugs/bug.php?id=20100
45374494
[pear-20136]: https://pear.php.net/bugs/bug.php?id=20136
45384495
[pear-20138]: https://pear.php.net/bugs/bug.php?id=20138
45394496
[pear-20139]: https://pear.php.net/bugs/bug.php?id=20139

0 commit comments

Comments
 (0)