Skip to content

Commit

Permalink
Add @throws fo dock block function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Nov 20, 2013
1 parent 15acbf2 commit dbcda08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Encrypter.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ protected function mcryptDecrypt($value, $iv)
*
* @param string $payload
* @return array
*
* @throws DecryptException
*/
protected function getJsonPayload($payload)
{
Expand Down

0 comments on commit dbcda08

Please sign in to comment.