Skip to content

Commit

Permalink
Related to doubt #88
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Aug 28, 2015
1 parent b379031 commit 82b9c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Saml2/Auth.php
Expand Up @@ -10,7 +10,7 @@ class OneLogin_Saml2_Auth
/**
* Settings data.
*
* @var array
* @var OneLogin_Saml2_Settings
*/
private $_settings;

Expand Down Expand Up @@ -69,7 +69,7 @@ class OneLogin_Saml2_Auth
/**
* Initializes the SP SAML instance.
*
* @param array $oldSettings Setting data
* @param array|OneLogin_Saml_Settings $oldSettings Setting data. (OneLogin_Saml_Settings is the settings object of the old implementation)
*/
public function __construct($oldSettings = null)
{
Expand All @@ -79,7 +79,7 @@ public function __construct($oldSettings = null)
/**
* Returns the settings info
*
* @return array The settings data.
* @return OneLogin_Saml2_Settings The settings data.
*/
public function getSettings()
{
Expand Down

0 comments on commit 82b9c97

Please sign in to comment.