Passed
Push — master ( 03c6f9...d8b981 )
by Thijs
02:26
created
lib/Auth/Process/ExpiryWarning.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
                 $config['warndaysbefore'],
48 48
                 'Invalid value for \'warndaysbefore\'-option to authX509::ExpiryWarning filter.'
49 49
             );
50
-            $this->warndaysbefore = (int)$config['warndaysbefore'];
50
+            $this->warndaysbefore = (int) $config['warndaysbefore'];
51 51
         }
52 52
 
53 53
         if (array_key_exists('renewurl', $config)) {
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
             return;
96 96
         }
97 97
 
98
-        Logger::warning('authX509: user certificate expires in ' . $daysleft . ' days');
98
+        Logger::warning('authX509: user certificate expires in '.$daysleft.' days');
99 99
         $state['daysleft'] = $daysleft;
100 100
         $state['renewurl'] = $this->renewurl;
101 101
 
Please login to merge, or discard this patch.