Skip to content

feat: add logs for addressbook subscriptions #181

feat: add logs for addressbook subscriptions

feat: add logs for addressbook subscriptions #181

Triggered via pull request September 1, 2023 06:51
Status Failure
Total duration 1m 45s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

static_analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
phpstan: app/Logging/LoggingHandler.php#L35
Function json_encode is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\json_encode;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
phpstan: app/Logging/LoggingHandler.php#L36
Function json_encode is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\json_encode;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
phpstan
Process completed with exit code 1.