Comemit message fix for function param (phpdoc)

This commit is contained in:
Clemens Schwaighofer
2026-02-17 18:16:16 +09:00
parent 9a28c86991
commit b84fb5cef5
2 changed files with 3 additions and 3 deletions

View File

@@ -134,8 +134,8 @@ class Support
* Convert bool value to string value. Short name alias for printBool
*
* @param bool $bool Bool value to be transformed
* @param string $true [='true'] Override default string 'true'
* @param string $false [=false'] Override default string 'false'
* @param string $true [=true] Override default string 'true'
* @param string $false [=false] Override default string 'false'
* @return string $true or $false string for true/false bool
*/
public static function prBl(