Skip to content

Commit

Permalink
Add PhpDocs to _arrayToString method
Browse files Browse the repository at this point in the history
  • Loading branch information
ddziaduch committed Oct 15, 2018
1 parent a7279ae commit 195fa17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Util/Text.php
Expand Up @@ -168,6 +168,11 @@ protected static function _arrayToString($data, $options)
}

extract($options['array']);
/**
* @var string $char
* @var int $indent
* @var int $multiplier
*/
$comma = false;

$tab = str_repeat($char, $indent * $multiplier);
Expand Down

0 comments on commit 195fa17

Please sign in to comment.