backdrop-ops / docs.backdropcms.org

Website for displaying Backdrop CMS documentation and API source code.
https://docs.backdropcms.org/
6 stars 6 forks source link

"PHP Coding Standards / Type Hinting" contains a wrong link #227

Closed avpaderno closed 1 year ago

avpaderno commented 1 year ago

PHP Coding Standards / Type Hinting contains the following sentence.

Whenever possible, function and method parameters should specify their data types using type hinting.

The link takes to a page that does not exist.

Instead of http://php.net/manual/en/language.oop5.typehinting.php, the link should be https://www.php.net/manual/en/language.types.declarations.php.

bugfolder commented 1 year ago

Thanks, fixed.