Passed
Push — master ( 211ed0...c3b37d )
by Tim
02:19
created
src/Auth/Process/ExpiryDate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
                 // We have a passive request. Skip the warning.
189 189
                 return;
190 190
             }
191
-            Logger::warning('expirycheck: NetID ' . $netId . ' is about to expire!');
191
+            Logger::warning('expirycheck: NetID '.$netId.' is about to expire!');
192 192
 
193 193
             // Save state and redirect
194 194
             $state['expireOnDate'] = date($this->dateFormat, $expireOnDate);
@@ -199,8 +199,8 @@  discard block
 block discarded – undo
199 199
         }
200 200
 
201 201
         if (!$this->checkDate($expireOnDate)) {
202
-            Logger::error('expirycheck: NetID ' . $netId .
203
-                ' has expired [' . date($this->dateFormat, $expireOnDate) . ']. Access denied!');
202
+            Logger::error('expirycheck: NetID '.$netId.
203
+                ' has expired ['.date($this->dateFormat, $expireOnDate).']. Access denied!');
204 204
 
205 205
             /* Save state and redirect. */
206 206
             $state['expireOnDate'] = date($this->dateFormat, $expireOnDate);
Please login to merge, or discard this patch.