Completed
Push — master ( 14d377...ab331c )
by rugk
07:42
created
src/library/ThreemaGateway/Helper/Message.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     public static function getOldestPossibleReplayAttackDate()
58 58
     {
59 59
         /** @var XenForo_Options $options */
60
-        $options   = XenForo_Application::getOptions();
60
+        $options = XenForo_Application::getOptions();
61 61
         /** @var int $rejectOlDefault the default maximum age of a message according*/
62 62
         $rejectOlDefault = strtotime('-14 days', XenForo_Application::$time);
63 63
         /* @var int $rejectOld the maximum age of a message according to the options */
Please login to merge, or discard this patch.