Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f80e9 commit ce95d0dCopy full SHA for ce95d0d
src/Symfony/Component/HttpFoundation/HeaderUtils.php
@@ -18,8 +18,8 @@
18
*/
19
class HeaderUtils
20
{
21
- const DISPOSITION_ATTACHMENT = 'attachment';
22
- const DISPOSITION_INLINE = 'inline';
+ public const DISPOSITION_ATTACHMENT = 'attachment';
+ public const DISPOSITION_INLINE = 'inline';
23
24
/**
25
* This class should not be instantiated.
0 commit comments