Skip to content

Commit

Permalink
WIP: improve type detection
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 19, 2024
1 parent cdd34c2 commit 600ca20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SAML2/XML/init/RequestInitiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class RequestInitiator extends AbstractEndpointType
* @param string $location
* @param string|null $responseLocation
* @param array $children
* @param list<\SimpleSAML\XML\Attribute> $attributes
* @param array<\SimpleSAML\XML\Attribute> $attributes
*
* @throws \InvalidArgumentException
*/
Expand Down
2 changes: 1 addition & 1 deletion src/SAML2/XML/md/AbstractEndpointType.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ abstract class AbstractEndpointType extends AbstractMdElement implements Arrayiz
* @param string $location
* @param string|null $responseLocation
* @param \SimpleSAML\XML\ElementInterface[] $children
* @param list<\SimpleSAML\XML\Attribute> $attributes
* @param array<\SimpleSAML\XML\Attribute> $attributes
*
* @throws \SimpleSAML\Assert\AssertionFailedException
*/
Expand Down

0 comments on commit 600ca20

Please sign in to comment.