Hi,
As of PHP 7, empty arguments are not supported anymore. To still make this great plugin work in PHP 7, could you make the following changes in /User/SamlUserProvider.php on line 39
public function __construct($username = null, $email = null, $name = null, $role = null)
?
That would be great!
Cheers.
Hi,
As of PHP 7, empty arguments are not supported anymore. To still make this great plugin work in PHP 7, could you make the following changes in /User/SamlUserProvider.php on line 39
public function __construct($username = null, $email = null, $name = null, $role = null)?
That would be great!
Cheers.