@@ -93,10 +93,10 @@ |
||
93 | 93 | |
94 | 94 | if (!array_key_exists('PreviousSSOTimestamp', $state)) { |
95 | 95 | // The user hasn't authenticated with this SP earlier in this session |
96 | - Logger::stats($isPassive . $this->typeTag . '-first ' . $dest . ' ' . $source . ' ' . $logAttribute); |
|
96 | + Logger::stats($isPassive.$this->typeTag.'-first '.$dest.' '.$source.' '.$logAttribute); |
|
97 | 97 | } |
98 | 98 | |
99 | - Logger::stats($isPassive . $this->typeTag . ' ' . $dest . ' ' . $source . ' ' . $logAttribute); |
|
99 | + Logger::stats($isPassive.$this->typeTag.' '.$dest.' '.$source.' '.$logAttribute); |
|
100 | 100 | } |
101 | 101 | |
102 | 102 |