diff --git a/module/VuFind/src/VuFind/Log/LoggerAwareTrait.php b/module/VuFind/src/VuFind/Log/LoggerAwareTrait.php
index 18521e2d2830f9a1c6497b3332efd91ec8fae901..a09d8e1e95bcadb9d8cca62d6d8aae9ea2468752 100644
--- a/module/VuFind/src/VuFind/Log/LoggerAwareTrait.php
+++ b/module/VuFind/src/VuFind/Log/LoggerAwareTrait.php
@@ -43,7 +43,7 @@ trait LoggerAwareTrait
     /**
      * Log an error message.
      *
-     * @param string $message      Log message
+     * @param string $msg          Log message
      * @param array  $context      Log context
      * @param bool   $prependClass Prepend class name to message?
      *
@@ -57,7 +57,7 @@ trait LoggerAwareTrait
     /**
      * Log a warning message.
      *
-     * @param string $message      Log message
+     * @param string $msg          Log message
      * @param array  $context      Log context
      * @param bool   $prependClass Prepend class name to message?
      *
@@ -71,7 +71,7 @@ trait LoggerAwareTrait
     /**
      * Log a debug message.
      *
-     * @param string $message      Log message
+     * @param string $msg          Log message
      * @param array  $context      Log context
      * @param bool   $prependClass Prepend class name to message?
      *