@@ -78,7 +78,7 @@ |
||
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | 80 | * Set the value of the AuthzService-property |
| 81 | - * @param \SAML2\XML\md\EndpointType[] $AuthzService |
|
| 81 | + * @param \SAML2\XML\md\EndpointType[] $authzService |
|
| 82 | 82 | */ |
| 83 | 83 | public function setAuthzService(array $authzService = []) |
| 84 | 84 | { |
@@ -212,7 +212,7 @@ discard block |
||
| 212 | 212 | |
| 213 | 213 | /** |
| 214 | 214 | * Set the value of the Extensions-property |
| 215 | - * @param array $extensions |
|
| 215 | + * @param \SAML2\XML\Chunk[] $extensions |
|
| 216 | 216 | */ |
| 217 | 217 | public function setExtensions(array $extensions) |
| 218 | 218 | { |
@@ -270,7 +270,7 @@ discard block |
||
| 270 | 270 | |
| 271 | 271 | /** |
| 272 | 272 | * Set the value of the Organization-property |
| 273 | - * @param \SAML2\XML\md\Organization $organization|null |
|
| 273 | + * @param \SAML2\XML\md\Organization $organization |
|
| 274 | 274 | */ |
| 275 | 275 | public function setOrganization(Organization $organization = null) |
| 276 | 276 | { |
@@ -99,7 +99,7 @@ |
||
| 99 | 99 | |
| 100 | 100 | /** |
| 101 | 101 | * Add the value to the ArtifactResolutionService-property |
| 102 | - * @param \SAML2\XML\md\IndexedEndpointType $artifactResolucationService |
|
| 102 | + * @param \SAML2\XML\md\IndexedEndpointType $artifactResolutionService |
|
| 103 | 103 | */ |
| 104 | 104 | public function addArtifactResolutionService(IndexedEndpointType $artifactResolutionService) |
| 105 | 105 | { |
@@ -102,7 +102,7 @@ discard block |
||
| 102 | 102 | |
| 103 | 103 | /** |
| 104 | 104 | * Set the value of the NameFormat-property |
| 105 | - * @param string|null $NameFormat |
|
| 105 | + * @param string|null $nameFormat |
|
| 106 | 106 | */ |
| 107 | 107 | public function setNameFormat($nameFormat = null) |
| 108 | 108 | { |
@@ -131,7 +131,7 @@ discard block |
||
| 131 | 131 | |
| 132 | 132 | /** |
| 133 | 133 | * Collect the value of the AttributeValue-property |
| 134 | - * @return SAML2\XML\saml\AttributeValue[] |
|
| 134 | + * @return AttributeValue[] |
|
| 135 | 135 | */ |
| 136 | 136 | public function getAttributeValue() |
| 137 | 137 | { |
@@ -198,7 +198,7 @@ |
||
| 198 | 198 | |
| 199 | 199 | /** |
| 200 | 200 | * Set the value of the Extensions-property |
| 201 | - * @param array $extensions |
|
| 201 | + * @param \SAML2\XML\Chunk[] $extensions |
|
| 202 | 202 | */ |
| 203 | 203 | public function setExtensions(array $extensions) |
| 204 | 204 | { |