summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
diff options
context:
space:
mode:
authorNils Gotzhein <[email protected]>2021-08-17 22:18:46 +0200
committerNils Gotzhein <[email protected]>2021-08-17 22:18:46 +0200
commitb6b6771d8d7dcf13938d1578099074b0123a5d5e (patch)
treeefd9e28718eff791dcaa7ffddbac44c38deedfb8 /plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
parenta73e3bec45c5523910c711cf882976b71781ac9e (diff)
pull latest readability-php via composer
Diffstat (limited to 'plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php')
-rw-r--r--plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php b/plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
index 639f79bda..82bf45c89 100644
--- a/plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
+++ b/plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
@@ -10,7 +10,7 @@ trait LoggerAwareTrait
/**
* The logger instance.
*
- * @var LoggerInterface
+ * @var LoggerInterface|null
*/
protected $logger;