1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Fix typos

This commit is contained in:
Jordi Boggiano
2011-04-06 13:42:10 +02:00
parent 3cb3dbdc8f
commit 6a5fabe2bd
2 changed files with 8 additions and 9 deletions

View File

@@ -57,7 +57,6 @@ class SyslogHandler extends AbstractHandler
);
/**
*
* @param string $ident
* @param mixed $facility
* @param integer $level The minimum logging level at which this handler will be triggered

View File

@@ -222,7 +222,7 @@ class Logger
/**
* Adds a log record at the DEBUG level.
*
* This method allows to have an esay ZF compatibility.
* This method allows to have an easy ZF compatibility.
*
* @param string $message The log message
* @return Boolean Whether the record has been processed
@@ -235,7 +235,7 @@ class Logger
/**
* Adds a log record at the INFO level.
*
* This method allows to have an esay ZF compatibility.
* This method allows to have an easy ZF compatibility.
*
* @param string $message The log message
* @return Boolean Whether the record has been processed
@@ -248,7 +248,7 @@ class Logger
/**
* Adds a log record at the INFO level.
*
* This method allows to have an esay ZF compatibility.
* This method allows to have an easy ZF compatibility.
*
* @param string $message The log message
* @return Boolean Whether the record has been processed
@@ -261,7 +261,7 @@ class Logger
/**
* Adds a log record at the WARNING level.
*
* This method allows to have an esay ZF compatibility.
* This method allows to have an easy ZF compatibility.
*
* @param string $message The log message
* @return Boolean Whether the record has been processed
@@ -274,7 +274,7 @@ class Logger
/**
* Adds a log record at the ERROR level.
*
* This method allows to have an esay ZF compatibility.
* This method allows to have an easy ZF compatibility.
*
* @param string $message The log message
* @return Boolean Whether the record has been processed
@@ -287,7 +287,7 @@ class Logger
/**
* Adds a log record at the ERROR level.
*
* This method allows to have an esay ZF compatibility.
* This method allows to have an easy ZF compatibility.
*
* @param string $message The log message
* @return Boolean Whether the record has been processed
@@ -300,7 +300,7 @@ class Logger
/**
* Adds a log record at the ERROR level.
*
* This method allows to have an esay ZF compatibility.
* This method allows to have an easy ZF compatibility.
*
* @param string $message The log message
* @return Boolean Whether the record has been processed
@@ -313,7 +313,7 @@ class Logger
/**
* Adds a log record at the ERROR level.
*
* This method allows to have an esay ZF compatibility.
* This method allows to have an easy ZF compatibility.
*
* @param string $message The log message
* @return Boolean Whether the record has been processed