mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
chore(RequestHeader): Remove unnecessary getters
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
f25d66008b
commit
18e04e1c5a
1 changed files with 0 additions and 18 deletions
|
|
@ -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…
Reference in a new issue