squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.67k stars 1.48k forks source link

http to https for hyperlink #3762

Closed vanillajonathan closed 1 year ago

jrfnl commented 1 year ago

I wonder if the codebase should get a complete review of all referenced URLs for http vs https (and outdated/broken links), but that's outside the scope of this PR.

I've done this review now and found three more URLs which should be updated. I will submit a separate PR for those.

jrfnl commented 1 year ago

Thanks @vanillajonathan !

jrfnl commented 11 months ago

FYI: this fix is included in today's PHP_CodeSniffer 3.8.0 release.

As per #3932, development on PHP_CodeSniffer will continue in the PHPCSStandards/PHP_CodeSniffer repository. If you want to stay informed, you may want to start "watching" that repo (or watching releases from that repo).