Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 1, 2017
1 parent 16694bb commit 1f7c75b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions framework/Yaml/lib/Horde/Yaml.php
Expand Up @@ -135,14 +135,15 @@ public static function loadStream($stream)
}

/**
* Dump a PHP array to YAML.
* Dumps a PHP array to YAML.
*
* The dump method, when supplied with an array, will do its best
* to convert the array into friendly YAML.
* The dump method, when supplied with an array, will do its best to
* convert the array into friendly YAML.
*
* @param array|Traversable $array PHP array or traversable object
* @param integer $options Options to pass to dumper
* @return string YAML representation of $value
* @param array|Traversable $array PHP array or Traversable object.
* @param array $options Options to pass to dumper.
*
* @return string YAML representation of $value.
*/
public static function dump($value, $options = array())
{
Expand Down

0 comments on commit 1f7c75b

Please sign in to comment.