|
|
@@ -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)
|
|
|
{
|