chore(RequestHeader): Remove unnecessary getters

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/53283/head
provokateurin 4 months ago
parent f25d66008b
commit 18e04e1c5a
No known key found for this signature in database
  1. 18
      lib/public/AppFramework/Http/Attribute/RequestHeader.php

@ -29,22 +29,4 @@ class RequestHeader {
protected string $description,
) {
}
/**
* @return string The name of the request header.
*
* @since 32.0.0
*/
public function getName(): string {
return $this->name;
}
/**
* @return string The description of the request header.
*
* @since 32.0.0
*/
public function getDescription(): string {
return $this->description;
}
}

Loading…
Cancel
Save