We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3806d27 commit 0f8e5bdCopy full SHA for 0f8e5bd
1 file changed
src/SAML2/Compat/ContainerSingleton.php
@@ -17,7 +17,7 @@ class ContainerSingleton
17
*/
18
public static function getInstance()
19
{
20
- if (!self::$container) {
+ if (!isset(self::$container)) {
21
self::setContainer(self::initSspContainer());
22
}
23
return self::$container;
0 commit comments