aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/psr/log/Psr/Log/LoggerInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/psr/log/Psr/Log/LoggerInterface.php')
-rw-r--r--vendor/psr/log/Psr/Log/LoggerInterface.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/psr/log/Psr/Log/LoggerInterface.php b/vendor/psr/log/Psr/Log/LoggerInterface.php
index 5ea72438b..e695046e3 100644
--- a/vendor/psr/log/Psr/Log/LoggerInterface.php
+++ b/vendor/psr/log/Psr/Log/LoggerInterface.php
@@ -118,6 +118,8 @@ interface LoggerInterface
* @param array $context
*
* @return void
+ *
+ * @throws \Psr\Log\InvalidArgumentException
*/
public function log($level, $message, array $context = array());
}