Completed
Push — master ( ecdd68...e69772 )
by Arnold
02:25
created
src/Auth/Confirmation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      */
51 51
     protected function generateConfirmHash($id)
52 52
     {
53
-        $confirmHash = hash('sha256', $id . $this->getConfirmationSecret());
53
+        $confirmHash = hash('sha256', $id.$this->getConfirmationSecret());
54 54
         
55 55
         return sprintf('%012s', substr(base_convert($confirmHash, 16, 36), -12));
56 56
     }
Please login to merge, or discard this patch.