X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FSystemLogger.php;h=25d7356ae228cf11af3e548ba0f3b48590fcd3a9;hb=4521630a5f9dc502ec8b47aa90f1db7a46d44214;hp=eefdaffe5c06af1d666a71b65c114ee7173ddbb2;hpb=0dbe4aaa486eeccbcd060d5590347bff4b10fa47;p=civicrm-core.git diff --git a/CRM/Utils/SystemLogger.php b/CRM/Utils/SystemLogger.php index eefdaffe5c..25d7356ae2 100644 --- a/CRM/Utils/SystemLogger.php +++ b/CRM/Utils/SystemLogger.php @@ -23,7 +23,7 @@ class CRM_Utils_SystemLogger extends Psr\Log\AbstractLogger implements \Psr\Log\ * @param string $message * @param array $context */ - public function log($level, $message, array $context = []) { + public function log($level, $message, array $context = []): void { if (!isset($context['hostname'])) { $context['hostname'] = CRM_Utils_System::ipAddress(); }