-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Labels
Milestone
Description
The current ErrorHandler implementation always outputs deprecation messages. Depending on the required packages (and subsequently Composer plugins) this will result in a huge deprecation message spam under PHP 8.4 as there are quite a lot of packages and thus quite a lot of code locations that are (still) affected by
Implicitly marking parameter … as nullable is deprecated
Which is not really helpful. With this example for instance:
composer.json
{
"type": "project",
"require": {
"contao/conflicts": "*@dev",
"contao/manager-bundle": "4.13.*"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"contao-components/installer": true,
"contao/manager-plugin": true,
"contao-community-alliance/composer-plugin": true
}
}
}This would be the complete output:
composer update output
(Excuse the non-ANSI characters, I am on Windows 🙃)
…
�[30;43mDeprecation Notice: Safe\gmmktime(): Implicitly marking parameter $minute as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php:510�[39;49m
�[30;43mDeprecation Notice: Safe\gmmktime(): Implicitly marking parameter $second as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php:510�[39;49m
�[30;43mDeprecation Notice: Safe\gmmktime(): Implicitly marking parameter $month as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php:510�[39;49m
�[30;43mDeprecation Notice: Safe\gmmktime(): Implicitly marking parameter $day as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php:510�[39;49m
�[30;43mDeprecation Notice: Safe\gmmktime(): Implicitly marking parameter $year as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php:510�[39;49m
�[30;43mDeprecation Notice: Safe\gmstrftime(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php:554�[39;49m
�[30;43mDeprecation Notice: Safe\idate(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php:685�[39;49m
�[30;43mDeprecation Notice: Safe\strftime(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php:1003�[39;49m
�[30;43mDeprecation Notice: Safe\strtotime(): Implicitly marking parameter $baseTimestamp as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php:1115�[39;49m
�[30;43mDeprecation Notice: Safe\eio_busy(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:22�[39;49m
�[30;43mDeprecation Notice: Safe\eio_chmod(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:74�[39;49m
�[30;43mDeprecation Notice: Safe\eio_chown(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:126�[39;49m
�[30;43mDeprecation Notice: Safe\eio_close(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:175�[39;49m
�[30;43mDeprecation Notice: Safe\eio_dup2(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:283�[39;49m
�[30;43mDeprecation Notice: Safe\eio_fallocate(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:355�[39;49m
�[30;43mDeprecation Notice: Safe\eio_fchmod(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:405�[39;49m
�[30;43mDeprecation Notice: Safe\eio_fchown(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:456�[39;49m
�[30;43mDeprecation Notice: Safe\eio_fdatasync(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:504�[39;49m
�[30;43mDeprecation Notice: Safe\eio_fsync(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:658�[39;49m
�[30;43mDeprecation Notice: Safe\eio_ftruncate(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:709�[39;49m
�[30;43mDeprecation Notice: Safe\eio_futime(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:760�[39;49m
�[30;43mDeprecation Notice: Safe\eio_grp(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:804�[39;49m
�[30;43mDeprecation Notice: Safe\eio_mkdir(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:903�[39;49m
�[30;43mDeprecation Notice: Safe\eio_mknod(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:968�[39;49m
�[30;43mDeprecation Notice: Safe\eio_nop(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1016�[39;49m
�[30;43mDeprecation Notice: Safe\eio_readahead(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1067�[39;49m
�[30;43mDeprecation Notice: Safe\eio_readdir(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1371�[39;49m
�[30;43mDeprecation Notice: Safe\eio_readlink(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1419�[39;49m
�[30;43mDeprecation Notice: Safe\eio_rename(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1468�[39;49m
�[30;43mDeprecation Notice: Safe\eio_rmdir(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1516�[39;49m
�[30;43mDeprecation Notice: Safe\eio_seek(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1572�[39;49m
�[30;43mDeprecation Notice: Safe\eio_sendfile(): Implicitly marking parameter $pri as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1624�[39;49m
�[30;43mDeprecation Notice: Safe\eio_sendfile(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1624�[39;49m
�[30;43mDeprecation Notice: Safe\eio_sendfile(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1624�[39;49m
�[30;43mDeprecation Notice: Safe\eio_symlink(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1787�[39;49m
�[30;43mDeprecation Notice: Safe\eio_sync_file_range(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1846�[39;49m
�[30;43mDeprecation Notice: Safe\eio_sync(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1867�[39;49m
�[30;43mDeprecation Notice: Safe\eio_syncfs(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1915�[39;49m
�[30;43mDeprecation Notice: Safe\eio_truncate(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:1965�[39;49m
�[30;43mDeprecation Notice: Safe\eio_unlink(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:2013�[39;49m
�[30;43mDeprecation Notice: Safe\eio_utime(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:2063�[39;49m
�[30;43mDeprecation Notice: Safe\eio_write(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\eio.php:2116�[39;49m
�[30;43mDeprecation Notice: Safe\error_log(): Implicitly marking parameter $destination as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\errorfunc.php:69�[39;49m
�[30;43mDeprecation Notice: Safe\error_log(): Implicitly marking parameter $additional_headers as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\errorfunc.php:69�[39;49m
�[30;43mDeprecation Notice: Safe\finfo_open(): Implicitly marking parameter $magic_database as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\fileinfo.php:46�[39;49m
�[30;43mDeprecation Notice: Safe\file_get_contents(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\filesystem.php:263�[39;49m
�[30;43mDeprecation Notice: Safe\fwrite(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\filesystem.php:988�[39;49m
�[30;43mDeprecation Notice: Safe\touch(): Implicitly marking parameter $mtime as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\filesystem.php:1564�[39;49m
�[30;43mDeprecation Notice: Safe\touch(): Implicitly marking parameter $atime as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\filesystem.php:1564�[39;49m
�[30;43mDeprecation Notice: Safe\gnupg_addsignkey(): Implicitly marking parameter $passphrase as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\gnupg.php:56�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_add_user(): Implicitly marking parameter $first_name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:37�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_add_user(): Implicitly marking parameter $middle_name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:37�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_add_user(): Implicitly marking parameter $last_name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:37�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_connect(): Implicitly marking parameter $database as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:269�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_connect(): Implicitly marking parameter $username as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:269�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_connect(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:269�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_connect(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:269�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_connect(): Implicitly marking parameter $buffers as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:269�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_connect(): Implicitly marking parameter $dialect as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:269�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_connect(): Implicitly marking parameter $role as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:269�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_connect(): Implicitly marking parameter $sync as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:269�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_modify_user(): Implicitly marking parameter $first_name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:426�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_modify_user(): Implicitly marking parameter $middle_name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:426�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_modify_user(): Implicitly marking parameter $last_name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:426�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_pconnect(): Implicitly marking parameter $database as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:503�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_pconnect(): Implicitly marking parameter $username as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:503�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_pconnect(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:503�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_pconnect(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:503�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_pconnect(): Implicitly marking parameter $buffers as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:503�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_pconnect(): Implicitly marking parameter $dialect as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:503�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_pconnect(): Implicitly marking parameter $role as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:503�[39;49m
�[30;43mDeprecation Notice: Safe\ibase_pconnect(): Implicitly marking parameter $sync as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibase.php:503�[39;49m
�[30;43mDeprecation Notice: Safe\db2_autocommit(): Implicitly marking parameter $value as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibmDb2.php:49�[39;49m
�[30;43mDeprecation Notice: Safe\db2_bind_param(): Implicitly marking parameter $parameter_type as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibmDb2.php:99�[39;49m
�[30;43mDeprecation Notice: Safe\db2_execute(): Implicitly marking parameter $parameters as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ibmDb2.php:307�[39;49m
�[30;43mDeprecation Notice: Safe\image2wbmp(): Implicitly marking parameter $foreground as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\image.php:115�[39;49m
�[30;43mDeprecation Notice: Safe\imageaffine(): Implicitly marking parameter $clip as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\image.php:142�[39;49m
�[30;43mDeprecation Notice: Safe\imageresolution(): Implicitly marking parameter $resolution_x as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\image.php:2139�[39;49m
�[30;43mDeprecation Notice: Safe\imageresolution(): Implicitly marking parameter $resolution_y as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\image.php:2139�[39;49m
�[30;43mDeprecation Notice: Safe\imagewbmp(): Implicitly marking parameter $foreground_color as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\image.php:2817�[39;49m
�[30;43mDeprecation Notice: Safe\imagexbm(): Implicitly marking parameter $foreground_color as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\image.php:2880�[39;49m
�[30;43mDeprecation Notice: Safe\imap_append(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\imap.php:44�[39;49m
�[30;43mDeprecation Notice: Safe\imap_append(): Implicitly marking parameter $internal_date as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\imap.php:44�[39;49m
�[30;43mDeprecation Notice: Safe\imap_mail(): Implicitly marking parameter $additional_headers as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\imap.php:1455�[39;49m
�[30;43mDeprecation Notice: Safe\imap_mail(): Implicitly marking parameter $cc as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\imap.php:1455�[39;49m
�[30;43mDeprecation Notice: Safe\imap_mail(): Implicitly marking parameter $bcc as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\imap.php:1455�[39;49m
�[30;43mDeprecation Notice: Safe\imap_mail(): Implicitly marking parameter $return_path as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\imap.php:1455�[39;49m
�[30;43mDeprecation Notice: Safe\imap_sort(): Implicitly marking parameter $search_criteria as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\imap.php:2066�[39;49m
�[30;43mDeprecation Notice: Safe\imap_sort(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\imap.php:2066�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_add(): Implicitly marking parameter $controls as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:50�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_delete(): Implicitly marking parameter $controls as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:162�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_exop_passwd(): Implicitly marking parameter $controls as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:211�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_exop(): Implicitly marking parameter $request_data as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:259�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_mod_add(): Implicitly marking parameter $controls as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:741�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_mod_del(): Implicitly marking parameter $controls as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:767�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_mod_replace(): Implicitly marking parameter $controls as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:792�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_modify_batch(): Implicitly marking parameter $controls as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:891�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_rename(): Implicitly marking parameter $controls as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:990�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_sasl_bind(): Implicitly marking parameter $dn as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:1018�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_sasl_bind(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:1018�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_sasl_bind(): Implicitly marking parameter $mech as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:1018�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_sasl_bind(): Implicitly marking parameter $realm as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:1018�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_sasl_bind(): Implicitly marking parameter $authc_id as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:1018�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_sasl_bind(): Implicitly marking parameter $authz_id as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:1018�[39;49m
�[30;43mDeprecation Notice: Safe\ldap_sasl_bind(): Implicitly marking parameter $props as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ldap.php:1018�[39;49m
�[30;43mDeprecation Notice: Safe\mailparse_msg_extract_part_file(): Implicitly marking parameter $callbackfunc as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mailparse.php:29�[39;49m
�[30;43mDeprecation Notice: Safe\mb_chr(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:22�[39;49m
�[30;43mDeprecation Notice: Safe\mb_ereg_replace_callback(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:173�[39;49m
�[30;43mDeprecation Notice: Safe\mb_ereg_replace(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:203�[39;49m
�[30;43mDeprecation Notice: Safe\mb_ereg_search_init(): Implicitly marking parameter $pattern as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:250�[39;49m
�[30;43mDeprecation Notice: Safe\mb_ereg_search_init(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:250�[39;49m
�[30;43mDeprecation Notice: Safe\mb_ereg_search_regs(): Implicitly marking parameter $pattern as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:275�[39;49m
�[30;43mDeprecation Notice: Safe\mb_ereg_search_regs(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:275�[39;49m
�[30;43mDeprecation Notice: Safe\mb_eregi_replace(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:322�[39;49m
�[30;43mDeprecation Notice: Safe\mb_http_output(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:393�[39;49m
�[30;43mDeprecation Notice: Safe\mb_internal_encoding(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:424�[39;49m
�[30;43mDeprecation Notice: Safe\mb_ord(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:452�[39;49m
�[30;43mDeprecation Notice: Safe\mb_regex_encoding(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:500�[39;49m
�[30;43mDeprecation Notice: Safe\mb_send_mail(): Implicitly marking parameter $additional_params as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mbstring.php:572�[39;49m
�[30;43mDeprecation Notice: Safe\sapi_windows_vt100_support(): Implicitly marking parameter $enable as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\misc.php:407�[39;49m
�[30;43mDeprecation Notice: Safe\mysql_connect(): Implicitly marking parameter $server as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mysql.php:76�[39;49m
�[30;43mDeprecation Notice: Safe\mysql_connect(): Implicitly marking parameter $username as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mysql.php:76�[39;49m
�[30;43mDeprecation Notice: Safe\mysql_connect(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\mysql.php:76�[39;49m
�[30;43mDeprecation Notice: Safe\fsockopen(): Implicitly marking parameter $timeout as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\network.php:309�[39;49m
�[30;43mDeprecation Notice: Safe\pfsockopen(): Implicitly marking parameter $timeout as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\network.php:736�[39;49m
�[30;43mDeprecation Notice: Safe\oci_connect(): Implicitly marking parameter $connection_string as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\oci8.php:469�[39;49m
�[30;43mDeprecation Notice: Safe\oci_new_collection(): Implicitly marking parameter $schema as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\oci8.php:789�[39;49m
�[30;43mDeprecation Notice: Safe\oci_new_connect(): Implicitly marking parameter $connection_string as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\oci8.php:892�[39;49m
�[30;43mDeprecation Notice: Safe\oci_pconnect(): Implicitly marking parameter $connection_string as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\oci8.php:1095�[39;49m
�[30;43mDeprecation Notice: Safe\openssl_csr_new(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\openssl.php:396�[39;49m
�[30;43mDeprecation Notice: Safe\openssl_csr_new(): Implicitly marking parameter $extra_attributes as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\openssl.php:396�[39;49m
�[30;43mDeprecation Notice: Safe\openssl_csr_sign(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\openssl.php:436�[39;49m
�[30;43mDeprecation Notice: Safe\openssl_decrypt(): Implicitly marking parameter $tag as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\openssl.php:470�[39;49m
�[30;43mDeprecation Notice: Safe\openssl_open(): Implicitly marking parameter $iv as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\openssl.php:620�[39;49m
�[30;43mDeprecation Notice: Safe\openssl_pkcs7_sign(): Implicitly marking parameter $untrusted_certificates_filename as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\openssl.php:870�[39;49m
�[30;43mDeprecation Notice: Safe\openssl_pkey_export_to_file(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\openssl.php:924�[39;49m
�[30;43mDeprecation Notice: Safe\openssl_pkey_export(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\openssl.php:955�[39;49m
�[30;43mDeprecation Notice: Safe\openssl_pkey_new(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\openssl.php:1077�[39;49m
�[30;43mDeprecation Notice: Safe\pcntl_getpriority(): Implicitly marking parameter $process_id as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pcntl.php:22�[39;49m
�[30;43mDeprecation Notice: Safe\pcntl_setpriority(): Implicitly marking parameter $process_id as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pcntl.php:56�[39;49m
�[30;43mDeprecation Notice: Safe\pg_execute(): Implicitly marking parameter $stmtname as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:300�[39;49m
�[30;43mDeprecation Notice: Safe\pg_execute(): Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:300�[39;49m
�[30;43mDeprecation Notice: Safe\pg_lo_export(): Implicitly marking parameter $oid as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:545�[39;49m
�[30;43mDeprecation Notice: Safe\pg_lo_export(): Implicitly marking parameter $pathname as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:545�[39;49m
�[30;43mDeprecation Notice: Safe\pg_lo_import(): Implicitly marking parameter $pathname as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:587�[39;49m
�[30;43mDeprecation Notice: Safe\pg_lo_write(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:751�[39;49m
�[30;43mDeprecation Notice: Safe\pg_parameter_status(): Implicitly marking parameter $param_name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:827�[39;49m
�[30;43mDeprecation Notice: Safe\pg_prepare(): Implicitly marking parameter $stmtname as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:961�[39;49m
�[30;43mDeprecation Notice: Safe\pg_prepare(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:961�[39;49m
�[30;43mDeprecation Notice: Safe\pg_put_line(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:1003�[39;49m
�[30;43mDeprecation Notice: Safe\pg_query_params(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:1070�[39;49m
�[30;43mDeprecation Notice: Safe\pg_query_params(): Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:1070�[39;49m
�[30;43mDeprecation Notice: Safe\pg_query(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\pgsql.php:1129�[39;49m
�[30;43mDeprecation Notice: Safe\ps_get_parameter(): Implicitly marking parameter $modifier as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ps.php:781�[39;49m
�[30;43mDeprecation Notice: Safe\ps_open_file(): Implicitly marking parameter $filename as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ps.php:928�[39;49m
�[30;43mDeprecation Notice: Safe\readline_read_history(): Implicitly marking parameter $filename as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\readline.php:93�[39;49m
�[30;43mDeprecation Notice: Safe\readline_write_history(): Implicitly marking parameter $filename as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\readline.php:114�[39;49m
�[30;43mDeprecation Notice: Safe\rrd_restore(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\rrd.php:118�[39;49m
�[30;43mDeprecation Notice: Safe\shm_attach(): Implicitly marking parameter $size as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\sem.php:445�[39;49m
�[30;43mDeprecation Notice: Safe\session_id(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\session.php:152�[39;49m
�[30;43mDeprecation Notice: Safe\session_module_name(): Implicitly marking parameter $module as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\session.php:181�[39;49m
�[30;43mDeprecation Notice: Safe\session_name(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\session.php:238�[39;49m
�[30;43mDeprecation Notice: Safe\session_save_path(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\session.php:319�[39;49m
�[30;43mDeprecation Notice: Safe\socket_connect(): Implicitly marking parameter $port as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\sockets.php:170�[39;49m
�[30;43mDeprecation Notice: Safe\socket_sendto(): Implicitly marking parameter $port as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\sockets.php:655�[39;49m
�[30;43mDeprecation Notice: Safe\spl_autoload_register(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\spl.php:99�[39;49m
�[30;43mDeprecation Notice: Safe\sqlsrv_get_field(): Implicitly marking parameter $getAsType as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\sqlsrv.php:254�[39;49m
�[30;43mDeprecation Notice: Safe\sqlsrv_prepare(): Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\sqlsrv.php:360�[39;49m
�[30;43mDeprecation Notice: Safe\sqlsrv_prepare(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\sqlsrv.php:360�[39;49m
�[30;43mDeprecation Notice: Safe\sqlsrv_query(): Implicitly marking parameter $params as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\sqlsrv.php:397�[39;49m
�[30;43mDeprecation Notice: Safe\sqlsrv_query(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\sqlsrv.php:397�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_auth_hostbased_file(): Implicitly marking parameter $passphrase as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:42�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_auth_hostbased_file(): Implicitly marking parameter $local_username as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:42�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_auth_pubkey_file(): Implicitly marking parameter $passphrase as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:94�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_connect(): Implicitly marking parameter $methods as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:307�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_connect(): Implicitly marking parameter $callbacks as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:307�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_exec(): Implicitly marking parameter $pty as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:360�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_exec(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:360�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_forward_listen(): Implicitly marking parameter $host as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:413�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_publickey_add(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:445�[39;49m
�[30;43mDeprecation Notice: Safe\ssh2_shell(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\ssh2.php:731�[39;49m
�[30;43mDeprecation Notice: Safe\stream_copy_to_stream(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\stream.php:42�[39;49m
�[30;43mDeprecation Notice: Safe\stream_filter_append(): Implicitly marking parameter $read_write as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\stream.php:90�[39;49m
�[30;43mDeprecation Notice: Safe\stream_filter_prepend(): Implicitly marking parameter $read_write as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\stream.php:139�[39;49m
�[30;43mDeprecation Notice: Safe\stream_get_contents(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\stream.php:221�[39;49m
�[30;43mDeprecation Notice: Safe\stream_socket_accept(): Implicitly marking parameter $timeout as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\stream.php:379�[39;49m
�[30;43mDeprecation Notice: Safe\stream_socket_client(): Implicitly marking parameter $timeout as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\stream.php:446�[39;49m
�[30;43mDeprecation Notice: Safe\swoole_async_write(): Implicitly marking parameter $offset as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\swoole.php:57�[39;49m
�[30;43mDeprecation Notice: Safe\swoole_async_write(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\swoole.php:57�[39;49m
�[30;43mDeprecation Notice: Safe\swoole_async_writefile(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\swoole.php:83�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_columns(): Implicitly marking parameter $catalog as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:240�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_columns(): Implicitly marking parameter $schema as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:240�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_columns(): Implicitly marking parameter $table as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:240�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_columns(): Implicitly marking parameter $column as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:240�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_procedurecolumns(): Implicitly marking parameter $catalog as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:801�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_procedurecolumns(): Implicitly marking parameter $schema as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:801�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_procedurecolumns(): Implicitly marking parameter $procedure as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:801�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_procedurecolumns(): Implicitly marking parameter $column as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:801�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_procedures(): Implicitly marking parameter $catalog as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:854�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_procedures(): Implicitly marking parameter $schema as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:854�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_procedures(): Implicitly marking parameter $procedure as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:854�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_tables(): Implicitly marking parameter $catalog as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:1184�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_tables(): Implicitly marking parameter $schema as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:1184�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_tables(): Implicitly marking parameter $table as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:1184�[39;49m
�[30;43mDeprecation Notice: Safe\odbc_tables(): Implicitly marking parameter $types as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\uodbc.php:1184�[39;49m
�[30;43mDeprecation Notice: Safe\xdiff_string_patch(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\xdiff.php:222�[39;49m
�[30;43mDeprecation Notice: Safe\yaml_parse_file(): Implicitly marking parameter $callbacks as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\yaml.php:26�[39;49m
�[30;43mDeprecation Notice: Safe\yaml_parse_url(): Implicitly marking parameter $callbacks as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\yaml.php:63�[39;49m
�[30;43mDeprecation Notice: Safe\yaml_parse(): Implicitly marking parameter $callbacks as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\yaml.php:97�[39;49m
�[30;43mDeprecation Notice: Safe\yaz_wait(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\yaz.php:430�[39;49m
�[30;43mDeprecation Notice: Safe\gzgets(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\zlib.php:301�[39;49m
�[30;43mDeprecation Notice: Safe\gzgetss(): Implicitly marking parameter $allowable_tags as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\zlib.php:330�[39;49m
�[30;43mDeprecation Notice: Safe\gzwrite(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\zlib.php:511�[39;49m
�[32mcontao/manager-plugin:�[39m ...done dumping generated plugins file
> @php vendor/bin/contao-setup --ansi
Deprecated: Safe\gmdate(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\datetime.php on line 24
Deprecated: Safe\mktime(): Implicitly marking parameter $minute as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\datetime.php on line 78
Deprecated: Safe\mktime(): Implicitly marking parameter $second as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\datetime.php on line 78
Deprecated: Safe\mktime(): Implicitly marking parameter $month as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\datetime.php on line 78
Deprecated: Safe\mktime(): Implicitly marking parameter $day as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\datetime.php on line 78
Deprecated: Safe\mktime(): Implicitly marking parameter $year as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\datetime.php on line 78
Deprecated: Safe\password_hash(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\password.php on line 115
Deprecated: Safe\mssql_connect(): Implicitly marking parameter $servername as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\mssql.php on line 100
Deprecated: Safe\mssql_connect(): Implicitly marking parameter $username as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\mssql.php on line 100
Deprecated: Safe\mssql_connect(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\mssql.php on line 100
Deprecated: Safe\mssql_pconnect(): Implicitly marking parameter $servername as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\mssql.php on line 333
Deprecated: Safe\mssql_pconnect(): Implicitly marking parameter $username as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\mssql.php on line 333
Deprecated: Safe\mssql_pconnect(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\mssql.php on line 333
Deprecated: Safe\substr(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\deprecated\strings.php on line 364
Deprecated: Safe\preg_replace(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\lib\special_cases.php on line 160
Deprecated: Safe\fgetcsv(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\lib\special_cases.php on line 434
Deprecated: Safe\bzwrite(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\bzip2.php on line 85
Deprecated: Safe\unixtojd(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\calendar.php on line 18
Deprecated: Safe\com_print_typeinfo(): Implicitly marking parameter $dispatch_interface as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\com.php on line 141
Deprecated: Safe\cubrid_bind(): Implicitly marking parameter $bind_value_type as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 127
Deprecated: Safe\cubrid_connect_with_url(): Implicitly marking parameter $userid as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 306
Deprecated: Safe\cubrid_connect_with_url(): Implicitly marking parameter $passwd as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 306
Deprecated: Safe\cubrid_connect(): Implicitly marking parameter $userid as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 350
Deprecated: Safe\cubrid_connect(): Implicitly marking parameter $passwd as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 350
Deprecated: Safe\cubrid_lob2_bind(): Implicitly marking parameter $bind_value_type as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 825
Deprecated: Safe\cubrid_pconnect_with_url(): Implicitly marking parameter $userid as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 1303
Deprecated: Safe\cubrid_pconnect_with_url(): Implicitly marking parameter $passwd as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 1303
Deprecated: Safe\cubrid_pconnect(): Implicitly marking parameter $userid as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 1348
Deprecated: Safe\cubrid_pconnect(): Implicitly marking parameter $passwd as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 1348
Deprecated: Safe\cubrid_put(): Implicitly marking parameter $attr as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 1412
Deprecated: Safe\cubrid_schema(): Implicitly marking parameter $class_name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 1840
Deprecated: Safe\cubrid_schema(): Implicitly marking parameter $attr_name as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\cubrid.php on line 1840
Deprecated: Safe\curl_getinfo(): Implicitly marking parameter $option as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\curl.php on line 535
Deprecated: Safe\curl_init(): Implicitly marking parameter $url as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\curl.php on line 565
Deprecated: Safe\date_sunrise(): Implicitly marking parameter $latitude as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 322
Deprecated: Safe\date_sunrise(): Implicitly marking parameter $longitude as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 322
Deprecated: Safe\date_sunrise(): Implicitly marking parameter $zenith as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 322
Deprecated: Safe\date_sunrise(): Implicitly marking parameter $utcOffset as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 322
Deprecated: Safe\date_sunset(): Implicitly marking parameter $latitude as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 425
Deprecated: Safe\date_sunset(): Implicitly marking parameter $longitude as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 425
Deprecated: Safe\date_sunset(): Implicitly marking parameter $zenith as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 425
Deprecated: Safe\date_sunset(): Implicitly marking parameter $utcOffset as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 425
Deprecated: Safe\date(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 463
Deprecated: Safe\gmmktime(): Implicitly marking parameter $minute as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 510
Deprecated: Safe\gmmktime(): Implicitly marking parameter $second as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 510
Deprecated: Safe\gmmktime(): Implicitly marking parameter $month as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 510
Deprecated: Safe\gmmktime(): Implicitly marking parameter $day as nullable is deprecated, the explicit nullable type must be used instead in vendor\thecodingmachine\safe\generated\datetime.php on line 510
…
(This is actually less than half of the complete output as there is a 65k character limit here on GitHub.)
Personally I would prefer it if Composer adheres to the configured error_reporting level of the system.
Output of `composer diagnose`:
$ composer diagnose
Checking composer.json: WARNING
require.contao/conflicts : unbound version constraints (*@dev) should be avoided
Checking composer.lock: OK
Checking platform settings: OK
Checking git settings: OK git version 2.47.0
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com oauth access: OK expires on 2026-01-07 00:00:00 UTC
Checking disk free space: OK
Checking pubkeys:
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0 87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B 0C708369 153E328C AD90147D AFE50952
OK
Checking Composer version: OK
Checking Composer and its dependencies for vulnerabilities: OK
Composer version: 2.8.5
PHP version: 8.4.2
PHP binary path: C:\ProgramData\scoop\apps\php\current\php.exe
OpenSSL version: OpenSSL 3.0.15 3 Sep 2024
curl version: 8.10.1 libz 1.3.1 ssl OpenSSL/3.0.15
zip: extension present, unzip present, 7-Zip present (7z)
Tastaturberuf, ausi, zoglo, k3rielit, rafaucau and 1 more