Skip to content

Commit 74acb48

Browse files
committed
Remove unnecessary getter-method
1 parent 545cbd2 commit 74acb48

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/SAML2/XML/samlp/AuthzDecisionQuery.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,6 @@ public function getResource(): string
7777
}
7878

7979

80-
/**
81-
* Collect the value of the decision-property
82-
*
83-
* @return string
84-
*/
85-
public function getDecision(): string
86-
{
87-
return $this->decision;
88-
}
89-
90-
9180
/**
9281
* Collect the value of the action-property
9382
*

0 commit comments

Comments
 (0)