Skip to content

Commit 87ff36f

Browse files
committed
Members in \OneLogin_Saml2_Utils can also be null
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
1 parent 462bb48 commit 87ff36f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/Saml2/Utils.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ class OneLogin_Saml2_Utils
1818

1919

2020
/**
21-
* @var string
21+
* @var string|null
2222
*/
2323
private static $_host;
2424

2525
/**
26-
* @var string
26+
* @var string|null
2727
*/
2828
private static $_protocol;
2929

3030
/**
31-
* @var int
31+
* @var int|null
3232
*/
3333
private static $_port;
3434

3535
/**
36-
* @var string
36+
* @var string|null
3737
*/
3838
private static $_baseurlpath;
3939

0 commit comments

Comments
 (0)