Skip to content

Commit

Permalink
fix #242: Phalcon\Config\Adapter\Yaml renamed to Phalcon\Config\Adapt…
Browse files Browse the repository at this point in the history
…er\ExtendedYaml
  • Loading branch information
endeveit committed Dec 20, 2014
1 parent a128a35 commit ad86a76
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
use Phalcon\Config\Exception;

/**
* Phalcon\Config\Adapter\Yaml
* Phalcon\Config\Adapter\ExtendedYaml
* Reads yaml files and convert it to Phalcon\Config objects.
* Unlike native Yaml adapter supports callbacks.
*/
class Yaml extends Config implements \ArrayAccess
class ExtendedYaml extends Config implements \ArrayAccess
{

/**
Expand Down

0 comments on commit ad86a76

Please sign in to comment.