PHPDoc - Add corresponding link thanks to @pirGoif

This commit is contained in:
Molkobain
2022-05-17 15:34:58 +02:00
parent f3e601e340
commit 46713236c4

View File

@@ -2825,6 +2825,7 @@ HTML;
/**
* Helper around the native strlen() PHP method to keep allowing usage of null value when computing the length of a string as null value is no longer allowed with PHP 8.1+
* @link https://www.php.net/releases/8.1/en.php#deprecations_and_bc_breaks "Passing null to non-nullable internal function parameters is deprecated"
*
* @param string|null $sString
*