feat: added sendmail-env for custom-sendmail-command #2379
Annotations
5 errors
app/Console/Commands/ImportAccounts.php#L82
Function ldap_set_option is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\ldap_set_option;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
|
app/Console/Commands/ImportAccounts.php#L89
Function ldap_bind is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\ldap_bind;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
|
app/Console/Commands/ImportAccounts.php#L110
Function ldap_get_entries is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\ldap_get_entries;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
|
app/Console/Commands/ImportAccounts.php#L112
Comparison operation "<" between int<0, max> and array|int results in an error.
|
|
The logs for this run have expired and are no longer available.
Loading