We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ad155 commit acc4778Copy full SHA for acc4778
src/SAML2/AuthnRequest.php
@@ -639,7 +639,7 @@ public function getAssertionConsumerServiceIndex()
639
*/
640
public function setAssertionConsumerServiceIndex($assertionConsumerServiceIndex)
641
{
642
- Assert::nullOrString($assertionConsumerServiceIndex);
+ Assert::nullOrInteger($assertionConsumerServiceIndex);
643
644
$this->assertionConsumerServiceIndex = $assertionConsumerServiceIndex;
645
}
0 commit comments