Merge pull request #24022 from colemanw/afformFrontend
[civicrm-core.git] / CRM / Utils / SystemLogger.php
index eefdaffe5c06af1d666a71b65c114ee7173ddbb2..25d7356ae228cf11af3e548ba0f3b48590fcd3a9 100644 (file)
@@ -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();
     }