Skip to content

Commit 1aac267

Browse files
committed
Updated LICENSE, fixed typo (@thows => @throws)
1 parent 2816632 commit 1aac267

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
This work (TCrypto, by [email protected]) is free of known copyright restrictions.
1+
This work (TCrypto, by [email protected]) is free of known copyright restrictions,
2+
unless mentioned otherwise.
23

34
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

library/TCrypto/Crypto.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function removeValue($key)
144144
/**
145145
* Saves the data to a storage.
146146
*
147-
* @thows TCrypto\Exception
147+
* @throws TCrypto\Exception
148148
* @return boolean
149149
*/
150150
public function save()
@@ -339,7 +339,7 @@ protected function _extractData()
339339
*
340340
* @param array $fields
341341
* @return string
342-
* @thows TCrypto\Exception
342+
* @throws TCrypto\Exception
343343
*/
344344
protected function _setupKey(array $fields = array())
345345
{

0 commit comments

Comments
 (0)