Skip to content

fix: render markdown in notes on the dashboard #2375

fix: render markdown in notes on the dashboard

fix: render markdown in notes on the dashboard #2375

Triggered via pull request October 31, 2023 10:10
Status Failure
Total duration 2m 11s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

static.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.