Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Fix Ini class comment block
Browse files Browse the repository at this point in the history
Fix Ini class comment block from "XML" to "INI" for documentation purposes.
  • Loading branch information
mvargeson authored and Mike Willbanks committed Jul 9, 2013
1 parent 4a052e4 commit c185d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Config/Reader/Ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\Config\Exception;

/**
* XML config reader.
* INI config reader.
*/
class Ini implements ReaderInterface
{
Expand Down

0 comments on commit c185d1a

Please sign in to comment.