summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bautista <chrisbjr@gmail.com>2015-03-19 19:23:50 +0800
committerChris Bautista <chrisbjr@gmail.com>2015-03-19 19:23:50 +0800
commitb6a3f45953ba03cee519a2730e0e37bcfe602689 (patch)
tree1967ece13bc67f9f5e2238761b14e3ca34f15af1
parent0c51d714b9ee7bd39d9b9f52b298be10d7c824b4 (diff)
downloadKLogger-b6a3f45953ba03cee519a2730e0e37bcfe602689.zip
KLogger-b6a3f45953ba03cee519a2730e0e37bcfe602689.tar.gz
KLogger-b6a3f45953ba03cee519a2730e0e37bcfe602689.tar.bz2
Corrected PHPDoc variable description
-rwxr-xr-xsrc/Logger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Logger.php b/src/Logger.php
index 93490b0..8d278e9 100755
--- a/src/Logger.php
+++ b/src/Logger.php
@@ -164,7 +164,7 @@ class Logger extends AbstractLogger
/**
* Sets the Log Level Threshold
*
- * @param string $logLevelThreshold Valid format string for date()
+ * @param string $logLevelThreshold The log level threshold
*/
public function setLogLevelThreshold($logLevelThreshold)
{