Completed
Push — development ( ae337b...6c0d9a )
by Sebastian
12s
created
include/classes/csrftoken.class.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -93,6 +93,9 @@
 block discarded – undo
93 93
     return $string;
94 94
   }
95 95
   
96
+  /**
97
+   * @param string $string
98
+   */
96 99
   private function getHash($string) {
97 100
     return hash('sha256', $this->salty.$string.$this->salt);
98 101
   }
Please login to merge, or discard this patch.