mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
A couple of small comment changes to fix some slightly broken English.
* Fixes a small typo * Fixes incorrect indefinite article usage * Fixes small grammatical error
This commit is contained in:
parent
6c15897ac7
commit
0b073c87ef
@ -37,7 +37,7 @@ class Logger
|
||||
const INFO = 200;
|
||||
|
||||
/**
|
||||
* Exceptional occurences that are not errors
|
||||
* Exceptional occurrences that are not errors
|
||||
*
|
||||
* Examples: Use of deprecated APIs, poor use of an API,
|
||||
* undesirable things that are not necessarily wrong.
|
||||
@ -101,7 +101,7 @@ class Logger
|
||||
}
|
||||
|
||||
/**
|
||||
* Pushes an handler on the stack.
|
||||
* Pushes a handler on to the stack.
|
||||
*
|
||||
* @param HandlerInterface $handler
|
||||
*/
|
||||
@ -111,7 +111,7 @@ class Logger
|
||||
}
|
||||
|
||||
/**
|
||||
* Pops an handler from the stack
|
||||
* Pops a handler from the stack
|
||||
*
|
||||
* @return HandlerInterface
|
||||
*/
|
||||
@ -124,7 +124,7 @@ class Logger
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds a processor in the stack.
|
||||
* Adds a processor on to the stack.
|
||||
*
|
||||
* @param callable $callback
|
||||
*/
|
||||
@ -279,7 +279,7 @@ class Logger
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks whether the Logger as a handler that listens on the given level
|
||||
* Checks whether the Logger has a handler that listens on the given level
|
||||
*
|
||||
* @param integer $level
|
||||
* @return Boolean
|
||||
|
Loading…
x
Reference in New Issue
Block a user