Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#5169 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Oct 3, 2013
2 parents a57a7d5 + 71e6a29 commit 6da2074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WriterPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
class WriterPluginManager extends AbstractPluginManager
{
protected $invokableClasses = array(
'php' => 'Zend\Config\Writer\PhpArray',
'ini' => 'Zend\Config\Writer\Ini',
'json' => 'Zend\Config\Writer\Json',
'php' => 'Zend\Config\Writer\PhpArray',
'yaml' => 'Zend\Config\Writer\Yaml',
'xml' => 'Zend\Config\Writer\Xml',
);
Expand Down

0 comments on commit 6da2074

Please sign in to comment.