--- vendor/symfony/http-foundation/HeaderUtils.php.orig 2020-04-06 22:21:45.115129467 +0200 +++ ../../nya/HeaderUtils.php 2020-04-06 12:48:26.053470802 +0200 @@ -18,8 +18,8 @@ */ class HeaderUtils { - public const DISPOSITION_ATTACHMENT = 'attachment'; - public const DISPOSITION_INLINE = 'inline'; + const DISPOSITION_ATTACHMENT = 'attachment'; + const DISPOSITION_INLINE = 'inline'; /** * This class should not be instantiated.