Skip to content

Commit 04aa94e

Browse files
committed
Add docblock
1 parent a8f662e commit 04aa94e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/internal/Magento/Framework/Cache/InvalidateLogger.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ public function critical($message, $params)
6666
$this->logger->critical($message, $this->makeParams($params));
6767
}
6868

69+
/**
70+
* Log warning
71+
*
72+
* @param string $message
73+
* @param mixed $params
74+
* @return void
75+
*/
6976
public function warning($message, $params)
7077
{
7178
$this->logger->warning($message, $this->makeParams($params));

0 commit comments

Comments
 (0)