We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f73cb commit b99c733Copy full SHA for b99c733
lib/Saml2/Settings.php
@@ -88,7 +88,7 @@ class OneLogin_Saml2_Settings
88
/**
89
* Setting errors.
90
*
91
- * @var array
+ * @var bool
92
*/
93
private $_spValidationOnly = false;
94
@@ -98,6 +98,7 @@ class OneLogin_Saml2_Settings
98
* - Loads settings info from settings file or array/object provided
99
100
* @param array|object|null $settings SAML Toolkit Settings
101
+ * @param bool $spValidationOnly
102
103
* @throws OneLogin_Saml2_Error If any settings parameter is invalid
104
* @throws Exception If OneLogin_Saml2_Settings is incorrectly supplied
0 commit comments