feat: add logs for addressbook subscriptions #181
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
static_analysis.yml
on: pull_request
psalm
1m 22s
phpstan
1m 34s
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.
|