Skip to content

PHP 8.4 compatibility: Implicitly marking parameter $delimiter as nullable is deprecated #63

@jamesmacwhite

Description

@jamesmacwhite

Hi @michaelrog ,

Wordsmith has a dependency on thevoku/stringy package and by package chain voku/portable-utf8 and under PHP 8.4, the following deprecation errors are logged:

PHP Deprecated:  voku\helper\UTF8::extract_text(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1622

Deprecated: voku\helper\UTF8::extract_text(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1622
PHP Deprecated:  voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $offset as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1842

Deprecated: voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $offset as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1842
PHP Deprecated:  voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $max_length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1842

Deprecated: voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $max_length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1842
PHP Deprecated:  voku\helper\UTF8::getSupportInfo(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 2580

Deprecated: voku\helper\UTF8::getSupportInfo(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 2580
PHP Deprecated:  voku\helper\UTF8::html_entity_decode(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 3029

Deprecated: voku\helper\UTF8::html_entity_decode(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 3029
PHP Deprecated:  voku\helper\UTF8::lcfirst(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4301

Deprecated: voku\helper\UTF8::lcfirst(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4301
PHP Deprecated:  voku\helper\UTF8::lcwords(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4365

Deprecated: voku\helper\UTF8::lcwords(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4365
PHP Deprecated:  voku\helper\UTF8::ltrim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4444

Deprecated: voku\helper\UTF8::ltrim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4444
PHP Deprecated:  voku\helper\UTF8::rtrim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5625

Deprecated: voku\helper\UTF8::rtrim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5625
PHP Deprecated:  voku\helper\UTF8::str_camelize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5762

Deprecated: voku\helper\UTF8::str_camelize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5762
PHP Deprecated:  voku\helper\UTF8::str_delimit(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 6022

Deprecated: voku\helper\UTF8::str_delimit(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 6022
PHP Deprecated:  voku\helper\UTF8::str_replace(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 7678

Deprecated: voku\helper\UTF8::str_replace(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 7678
PHP Deprecated:  voku\helper\UTF8::str_slice(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 7913

Deprecated: voku\helper\UTF8::str_slice(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 7913
PHP Deprecated:  voku\helper\UTF8::str_titleize(): Implicitly marking parameter $ignore as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704

Deprecated: voku\helper\UTF8::str_titleize(): Implicitly marking parameter $ignore as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704
PHP Deprecated:  voku\helper\UTF8::str_titleize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704

Deprecated: voku\helper\UTF8::str_titleize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704
PHP Deprecated:  voku\helper\UTF8::str_titleize(): Implicitly marking parameter $word_define_chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704

Deprecated: voku\helper\UTF8::str_titleize(): Implicitly marking parameter $word_define_chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704
PHP Deprecated:  voku\helper\UTF8::str_to_lines(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9064

Deprecated: voku\helper\UTF8::str_to_lines(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9064
PHP Deprecated:  voku\helper\UTF8::str_to_words(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9111

Deprecated: voku\helper\UTF8::str_to_words(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9111
PHP Deprecated:  voku\helper\UTF8::str_upper_camelize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9352

Deprecated: voku\helper\UTF8::str_upper_camelize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9352
PHP Deprecated:  voku\helper\UTF8::strcspn(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9515

Deprecated: voku\helper\UTF8::strcspn(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9515
PHP Deprecated:  voku\helper\UTF8::strip_tags(): Implicitly marking parameter $allowable_tags as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9652

Deprecated: voku\helper\UTF8::strip_tags(): Implicitly marking parameter $allowable_tags as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9652
PHP Deprecated:  voku\helper\UTF8::strspn(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11118

Deprecated: voku\helper\UTF8::strspn(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11118
PHP Deprecated:  voku\helper\UTF8::strtocasefold(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11348

Deprecated: voku\helper\UTF8::strtocasefold(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11348
PHP Deprecated:  voku\helper\UTF8::strtolower(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11403

Deprecated: voku\helper\UTF8::strtolower(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11403
PHP Deprecated:  voku\helper\UTF8::strtoupper(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11483

Deprecated: voku\helper\UTF8::strtoupper(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11483
PHP Deprecated:  voku\helper\UTF8::substr(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11698

Deprecated: voku\helper\UTF8::substr(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11698
PHP Deprecated:  voku\helper\UTF8::substr_compare(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11868

Deprecated: voku\helper\UTF8::substr_compare(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11868
PHP Deprecated:  voku\helper\UTF8::substr_count(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11926

Deprecated: voku\helper\UTF8::substr_count(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11926
PHP Deprecated:  voku\helper\UTF8::substr_count_in_byte(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12018

Deprecated: voku\helper\UTF8::substr_count_in_byte(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12018
PHP Deprecated:  voku\helper\UTF8::substr_in_byte(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12172

Deprecated: voku\helper\UTF8::substr_in_byte(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12172
PHP Deprecated:  voku\helper\UTF8::titlecase(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12566

Deprecated: voku\helper\UTF8::titlecase(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12566
PHP Deprecated:  voku\helper\UTF8::trim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12984

Deprecated: voku\helper\UTF8::trim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12984
PHP Deprecated:  voku\helper\UTF8::ucfirst(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13030

Deprecated: voku\helper\UTF8::ucfirst(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13030
PHP Deprecated:  voku\helper\UTF8::wordwrap_per_line(): Implicitly marking parameter $delimiter as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13496

Deprecated: voku\helper\UTF8::wordwrap_per_line(): Implicitly marking parameter $delimiter as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13496
PHP Deprecated:  voku\helper\UTF8::reduce_string_array(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13827

Deprecated: voku\helper\UTF8::reduce_string_array(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13827
PHP Deprecated:  Stringy\create(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/stringy/src/Create.php on line 17

Deprecated: Stringy\create(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/stringy/src/Create.php on line 17
Craft is installed.
PHP Deprecated:  voku\helper\UTF8::extract_text(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1622

Deprecated: voku\helper\UTF8::extract_text(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1622
PHP Deprecated:  voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $offset as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1842

Deprecated: voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $offset as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1842
PHP Deprecated:  voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $max_length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1842

Deprecated: voku\helper\UTF8::file_get_contents(): Implicitly marking parameter $max_length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 1842
PHP Deprecated:  voku\helper\UTF8::getSupportInfo(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 2580

Deprecated: voku\helper\UTF8::getSupportInfo(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 2580
PHP Deprecated:  voku\helper\UTF8::html_entity_decode(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 3029

Deprecated: voku\helper\UTF8::html_entity_decode(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 3029
PHP Deprecated:  voku\helper\UTF8::lcfirst(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4301

Deprecated: voku\helper\UTF8::lcfirst(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4301
PHP Deprecated:  voku\helper\UTF8::lcwords(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4365

Deprecated: voku\helper\UTF8::lcwords(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4365
PHP Deprecated:  voku\helper\UTF8::ltrim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4444

Deprecated: voku\helper\UTF8::ltrim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4444
PHP Deprecated:  voku\helper\UTF8::rtrim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5625

Deprecated: voku\helper\UTF8::rtrim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5625
PHP Deprecated:  voku\helper\UTF8::str_camelize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5762

Deprecated: voku\helper\UTF8::str_camelize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5762
PHP Deprecated:  voku\helper\UTF8::str_delimit(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 6022

Deprecated: voku\helper\UTF8::str_delimit(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 6022
PHP Deprecated:  voku\helper\UTF8::str_replace(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 7678

Deprecated: voku\helper\UTF8::str_replace(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 7678
PHP Deprecated:  voku\helper\UTF8::str_slice(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 7913

Deprecated: voku\helper\UTF8::str_slice(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 7913
PHP Deprecated:  voku\helper\UTF8::str_titleize(): Implicitly marking parameter $ignore as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704

Deprecated: voku\helper\UTF8::str_titleize(): Implicitly marking parameter $ignore as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704
PHP Deprecated:  voku\helper\UTF8::str_titleize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704

Deprecated: voku\helper\UTF8::str_titleize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704
PHP Deprecated:  voku\helper\UTF8::str_titleize(): Implicitly marking parameter $word_define_chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704

Deprecated: voku\helper\UTF8::str_titleize(): Implicitly marking parameter $word_define_chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 8704
PHP Deprecated:  voku\helper\UTF8::str_to_lines(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9064

Deprecated: voku\helper\UTF8::str_to_lines(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9064
PHP Deprecated:  voku\helper\UTF8::str_to_words(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9111

Deprecated: voku\helper\UTF8::str_to_words(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9111
PHP Deprecated:  voku\helper\UTF8::str_upper_camelize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9352

Deprecated: voku\helper\UTF8::str_upper_camelize(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9352
PHP Deprecated:  voku\helper\UTF8::strcspn(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9515

Deprecated: voku\helper\UTF8::strcspn(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9515
PHP Deprecated:  voku\helper\UTF8::strip_tags(): Implicitly marking parameter $allowable_tags as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9652

Deprecated: voku\helper\UTF8::strip_tags(): Implicitly marking parameter $allowable_tags as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 9652
PHP Deprecated:  voku\helper\UTF8::strspn(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11118

Deprecated: voku\helper\UTF8::strspn(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11118
PHP Deprecated:  voku\helper\UTF8::strtocasefold(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11348

Deprecated: voku\helper\UTF8::strtocasefold(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11348
PHP Deprecated:  voku\helper\UTF8::strtolower(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11403

Deprecated: voku\helper\UTF8::strtolower(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11403
PHP Deprecated:  voku\helper\UTF8::strtoupper(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11483

Deprecated: voku\helper\UTF8::strtoupper(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11483
PHP Deprecated:  voku\helper\UTF8::substr(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11698

Deprecated: voku\helper\UTF8::substr(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11698
PHP Deprecated:  voku\helper\UTF8::substr_compare(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11868

Deprecated: voku\helper\UTF8::substr_compare(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11868
PHP Deprecated:  voku\helper\UTF8::substr_count(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11926

Deprecated: voku\helper\UTF8::substr_count(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 11926
PHP Deprecated:  voku\helper\UTF8::substr_count_in_byte(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12018

Deprecated: voku\helper\UTF8::substr_count_in_byte(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12018
PHP Deprecated:  voku\helper\UTF8::substr_in_byte(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12172

Deprecated: voku\helper\UTF8::substr_in_byte(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12172
PHP Deprecated:  voku\helper\UTF8::titlecase(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12566

Deprecated: voku\helper\UTF8::titlecase(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12566
PHP Deprecated:  voku\helper\UTF8::trim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12984

Deprecated: voku\helper\UTF8::trim(): Implicitly marking parameter $chars as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12984
PHP Deprecated:  voku\helper\UTF8::ucfirst(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13030

Deprecated: voku\helper\UTF8::ucfirst(): Implicitly marking parameter $lang as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13030
PHP Deprecated:  voku\helper\UTF8::wordwrap_per_line(): Implicitly marking parameter $delimiter as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13496

Deprecated: voku\helper\UTF8::wordwrap_per_line(): Implicitly marking parameter $delimiter as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13496
PHP Deprecated:  voku\helper\UTF8::reduce_string_array(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13827

Deprecated: voku\helper\UTF8::reduce_string_array(): Implicitly marking parameter $remove_short_values as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 13827
PHP Deprecated:  Stringy\create(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/stringy/src/Create.php on line 17

Deprecated: Stringy\create(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/voku/stringy/src/Create.php on line 17

Please consider dropping the package dependency. Craft CMS core did this: craftcms/cms#16606, StringHelper in Craft CMS doesn't use it now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions