2
0
Эх сурвалжийг харах

two more minor spelling fixes

Elan Ruusamäe 10 жил өмнө
parent
commit
a5c56fdf1e

+ 2 - 2
src/Monolog/Handler/CubeHandler.php

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