This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4php.git
The following commit(s) were added to refs/heads/master by this push:
new 67873c4 Typo fix
new d3c8ba1 Merge pull request #16 from 0xbad0c0d3/master
67873c4 is described below
commit 67873c479164f335eca94d04c8041a6c255399d5
Author: 0xbad0c0d3 <[email protected]>
AuthorDate: Thu Nov 15 11:31:12 2018 +0200
Typo fix
---
src/main/php/LoggerLevel.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/php/LoggerLevel.php b/src/main/php/LoggerLevel.php
index bcab6b0..78b37d0 100644
--- a/src/main/php/LoggerLevel.php
+++ b/src/main/php/LoggerLevel.php
@@ -73,7 +73,7 @@ class LoggerLevel {
/**
* Compares two logger levels.
*
- * @param LoggerLevels $other
+ * @param LoggerLevel $other
* @return boolean
*/
public function equals($other) {