1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-03-14 15:49:39 +01:00

two more minor spelling fixes

This commit is contained in:
Elan Ruusamäe 2015-11-09 18:21:29 +02:00
parent b72866e6dd
commit a5c56fdf1e

View File

@ -32,8 +32,8 @@ class CubeHandler extends AbstractProcessingHandler
* Create a Cube handler
*
* @throws \UnexpectedValueException when given url is not a valid url.
* A valid url must consists of three parts : protocol://host:port
* Only valid protocol used by Cube are http and udp
* A valid url must consist of three parts : protocol://host:port
* Only valid protocols used by Cube are http and udp
*/
public function __construct($url, $level = Logger::DEBUG, $bubble = true)
{