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

Tweak const visibility, refs #1228

This commit is contained in:
Jordi Boggiano
2018-11-29 20:05:19 +01:00
parent a7984a640f
commit bb99e4c699
16 changed files with 48 additions and 55 deletions

View File

@@ -29,15 +29,10 @@ use Monolog\Logger;
*/
class HipChatHandler extends SocketHandler
{
/**
* The maximum allowed length for the name used in the "from" field.
*/
public const MAXIMUM_NAME_LENGTH = 15;
/**
* The maximum allowed length for the message.
*/
public const MAXIMUM_MESSAGE_LENGTH = 9500;
protected const MAXIMUM_MESSAGE_LENGTH = 9500;
/**
* @var string