1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 09:36:11 +02:00

Add visibility to constants

This commit is contained in:
George Mponos
2018-11-17 20:38:51 +02:00
parent 6bb347c040
commit c68b71edeb
20 changed files with 45 additions and 45 deletions

View File

@@ -32,12 +32,12 @@ class HipChatHandler extends SocketHandler
/**
* The maximum allowed length for the name used in the "from" field.
*/
const MAXIMUM_NAME_LENGTH = 15;
public const MAXIMUM_NAME_LENGTH = 15;
/**
* The maximum allowed length for the message.
*/
const MAXIMUM_MESSAGE_LENGTH = 9500;
public const MAXIMUM_MESSAGE_LENGTH = 9500;
/**
* @var string