diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-05-08 17:08:52 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-05-08 17:08:52 +0200 |
| commit | a1fda2758e9c241ac3eb980ac8716dfedbe9dd3c (patch) | |
| tree | 2190f0478fb153efdb8ba48ebb574c7691f4f351 /lib/models/OERHost.php | |
| parent | 244d00ed91ad2b4b83e902a45cd6def3d7bc7e86 (diff) | |
let phpcsfixer fix errors according to @PSR12 rules on lib/modelsphpcsfixer
Diffstat (limited to 'lib/models/OERHost.php')
| -rw-r--r-- | lib/models/OERHost.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/models/OERHost.php b/lib/models/OERHost.php index 19f2bb2..5703704 100644 --- a/lib/models/OERHost.php +++ b/lib/models/OERHost.php @@ -2,10 +2,9 @@ class OERHost extends OERIdentity { - //These two HTTP-headers are non-conformant custom HTTP-headers for requests - const OER_HEADER_PUBLIC_KEY_HASH = "Publickey-Hash"; - const OER_HEADER_SIGNATURE = "RSA-Signature-Base64"; + public const OER_HEADER_PUBLIC_KEY_HASH = "Publickey-Hash"; + public const OER_HEADER_SIGNATURE = "RSA-Signature-Base64"; /** * Fetches the OERHost of this Stud.IP. If none existed before it will be created and the object returnd. |
