You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2022. It is now read-only.
if (empty($this->nameQualifier) && empty($this->nameQualifierAttribute)) {
52
51
thrownewException(
53
52
self::DEBUG_PREFIX . 'missing mandatory configuration for option \'' . self::NAME_QUALIFIER . '\' or \'' . self::NAME_QUALIFIER_ATTRIBUTE . '\', one must be configured.'
if (empty($this->spNameQualifier) && empty($this->spNameQualifierAttribute)) {
60
59
thrownewException(
61
60
self::DEBUG_PREFIX . 'missing mandatory configuration for option \'' . self::SP_NAME_QUALIFIER . '\' or \'' . self::SP_NAME_QUALIFIER_ATTRIBUTE . '\', one must be configured.'
0 commit comments