Closed solracsf closed 1 year ago
Fix https://github.com/nextcloud/user_saml/issues/694
Ensure type safety by making sure that the $this->configurations variable is properly initialized and contains an array before the foreach loop is executed.
$this->configurations
Tests failing because of https://github.com/nextcloud/user_saml/pull/721
Fix https://github.com/nextcloud/user_saml/issues/694
Ensure type safety by making sure that the
$this->configurations
variable is properly initialized and contains an array before the foreach loop is executed.