Completed
Branch gettersetter (94d61b)
by Tim
02:24
created
src/SAML2/XML/md/PDPDescriptor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/SAML2/XML/md/RoleDescriptor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/SAML2/XML/md/SSODescriptorType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/SAML2/XML/saml/Attribute.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/SAML2/XML/md/EntitiesDescriptor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.