[HttpFoundation] Publicify new consts

This commit is contained in:
Roland Franssen 2018-10-15 17:16:38 +02:00 committed by GitHub
parent 76f80e9153
commit ce95d0d33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@ namespace Symfony\Component\HttpFoundation;
*/ */
class HeaderUtils class HeaderUtils
{ {
const DISPOSITION_ATTACHMENT = 'attachment'; public const DISPOSITION_ATTACHMENT = 'attachment';
const DISPOSITION_INLINE = 'inline'; public const DISPOSITION_INLINE = 'inline';
/** /**
* This class should not be instantiated. * This class should not be instantiated.