From 09a6a338796e1f1a2629a5cc605ac6bc6cdc8971 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Wed, 26 Sep 2018 16:29:53 +0200 Subject: [PATCH] Phpdoc --- src/SAML2/AuthnRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SAML2/AuthnRequest.php b/src/SAML2/AuthnRequest.php index 8aba3e35b..c852e6bc4 100644 --- a/src/SAML2/AuthnRequest.php +++ b/src/SAML2/AuthnRequest.php @@ -446,7 +446,7 @@ public function setProxyCount($ProxyCount) } /** - * @return int + * @return int|null */ public function getProxyCount() {