fix: render markdown in notes on the dashboard #2375
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors
phpstan:
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.
|
phpstan:
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.
|
phpstan:
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.
|
phpstan:
app/Console/Commands/ImportAccounts.php#L112
Comparison operation "<" between int<0, max> and array|int results in an error.
|
phpstan
Process completed with exit code 1.
|