Skip to content

Commit 5bd9f68

Browse files
committed
Deprecate the server variable class
Will be removed in v3
1 parent 4514d34 commit 5bd9f68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ServerVariable.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
namespace Madewithlove;
66

7+
/**
8+
* @deprecated use regular strings instead of the constants included in this class
9+
*/
710
final class ServerVariable
811
{
912
public const HTTP_REFERER = 'HTTP_REFERER';

0 commit comments

Comments
 (0)