1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 08:36:33 +02:00

Fixed typos

This commit is contained in:
Pascal Borreli
2015-03-05 01:11:15 +00:00
parent d434bb4794
commit a2c6c37c8d
7 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ class LogEntriesHandler extends SocketHandler
* @param int $level The minimum logging level to trigger this handler
* @param boolean $bubble Whether or not messages that are handled should bubble up the stack.
*
* @throws MissingExtensionExcpetion If SSL encryption is set to true and OpenSSL is missing
* @throws MissingExtensionException If SSL encryption is set to true and OpenSSL is missing
*/
public function __construct($token, $useSSL = true, $level = Logger::DEBUG, $bubble = true)
{