Passed
Push — master ( 2730bf...8f0407 )
by Tim
06:16 queued 04:05
created
lib/Auth/Process/ExpiryDate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
                 // We have a passive request. Skip the warning.
175 175
                 return;
176 176
             }
177
-            Logger::warning('expirycheck: NetID ' . $netId . ' is about to expire!');
177
+            Logger::warning('expirycheck: NetID '.$netId.' is about to expire!');
178 178
 
179 179
             // Save state and redirect
180 180
             $state['expireOnDate'] = date($this->date_format, $expireOnDate);
@@ -185,8 +185,8 @@  discard block
 block discarded – undo
185 185
         }
186 186
 
187 187
         if (!$this->checkDate($expireOnDate)) {
188
-            Logger::error('expirycheck: NetID ' . $netId .
189
-                ' has expired [' . date($this->date_format, $expireOnDate) . ']. Access denied!');
188
+            Logger::error('expirycheck: NetID '.$netId.
189
+                ' has expired ['.date($this->date_format, $expireOnDate).']. Access denied!');
190 190
 
191 191
             /* Save state and redirect. */
192 192
             $state['expireOnDate'] = date($this->date_format, $expireOnDate);
Please login to merge, or discard this patch.