Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 7, 2018
1 parent 317a5f5 commit cab6172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/blockedlog/class/blockedlog.class.php
Expand Up @@ -675,8 +675,9 @@ public function fetch($id) {
/**
* Decode data
*
* @param string $data Data to unserialize
* @param string $mode 0=unserialize, 1=json_decode
* @return string Value unserialized
* @return string Value unserialized
*/
public function dolDecodeBlockedData($data, $mode=0)
{
Expand Down

0 comments on commit cab6172

Please sign in to comment.