Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[yaml] updated the PHPDoc
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.symfony-project.com/components/yaml/trunk@18298 ee427ae8-e902-0410-961c-c3ed070cd9f9
  • Loading branch information
fabien committed May 15, 2009
1 parent a5fcfd0 commit 57446a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sfYaml.php
Expand Up @@ -19,7 +19,7 @@
class sfYaml
{
/**
* Load YAML into a PHP array.
* Loads YAML into a PHP array.
*
* The load method, when supplied with a YAML stream (string or file),
* will do its best to convert YAML in a file into a PHP array.
Expand Down Expand Up @@ -76,7 +76,7 @@ public static function load($input)
}

/**
* Dump a PHP array to a YAML string.
* Dumps a PHP array to a YAML string.
*
* The dump method, when supplied with an array, will do its best
* to convert the array into friendly YAML.
Expand Down

0 comments on commit 57446a2

Please sign in to comment.