Passed
Push — master ( a38dd7...b09e7d )
by Tim
14:54
created
src/Auth/Process/StatisticsWithAttribute.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,10 +93,10 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.