add missing @since 8.0 to `FILTER_VALIDATE_BOOL`

see changelog section of https://www.php.net/manual/en/filter.filters.validate.php
This commit is contained in:
Marko Kaznovac 2021-08-03 12:04:28 +02:00 committed by Ivan Fedorov
parent 67bb484fe8
commit fb32da186a
1 changed files with 2 additions and 0 deletions

View File

@ -278,6 +278,8 @@ define('FILTER_VALIDATE_BOOLEAN', 258);
/**
* ID of "boolean" filter.
* @link https://php.net/manual/en/filter.constants.php
* @link https://php.net/manual/en/filter.filters.validate.php
* @since 8.0 Using `FILTER_VALIDATE_BOOL` is preferred.
*/
define('FILTER_VALIDATE_BOOL', 258);