Completed
Pull Request — 4.0 (#4519)
by Kentaro
04:54
created
src/Eccube/Session/Storage/Handler/SameSiteNoneCompatSessionHandler.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,8 @@
 block discarded – undo
70 70
     }
71 71
 
72 72
         /**
73
-     * {@inheritdoc}
74
-     */
73
+         * {@inheritdoc}
74
+         */
75 75
     public function updateTimestamp($sessionId, $data)
76 76
     {
77 77
         return $this->write($sessionId, $data);
Please login to merge, or discard this patch.