@@ -57,7 +57,7 @@ |
||
57 | 57 | } |
58 | 58 | |
59 | 59 | /** |
60 | - * Decrypts the given data. |
|
60 | + * Decrypts the given data. |
|
61 | 61 | * |
62 | 62 | * @param String $data Data to decrypt. |
63 | 63 | * |
@@ -57,7 +57,7 @@ |
||
57 | 57 | } |
58 | 58 | |
59 | 59 | /** |
60 | - * Decrypts the given data. |
|
60 | + * Decrypts the given data. |
|
61 | 61 | * |
62 | 62 | * @param String $data Data to decrypt. |
63 | 63 | * |
@@ -51,8 +51,8 @@ |
||
51 | 51 | public function setValue($key, $value, $expire=0) |
52 | 52 | { |
53 | 53 | $envelope = array("expire"=>$expire, |
54 | - "createdAt"=>time(), |
|
55 | - "value"=>$value); |
|
54 | + "createdAt"=>time(), |
|
55 | + "value"=>$value); |
|
56 | 56 | $filename = $this->getFilenameByKey($key); |
57 | 57 | |
58 | 58 | if (!file_put_contents($filename, serialize($envelope))) { |