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

Commit

Permalink
#6730 #6761 - removing newly introduced getter (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 31, 2014
1 parent 2df6f59 commit e1fd0b8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions library/Zend/Config/Reader/Xml.php
Expand Up @@ -43,19 +43,6 @@ class Xml implements ReaderInterface
XMLReader::SIGNIFICANT_WHITESPACE
);

/**
* Get reader
*
* @return XMLReader
*/
public function getReader()
{
if ($this->reader === null) {
$this->reader = new XMLReader();
}
return $this->reader;
}

/**
* fromFile(): defined by Reader interface.
*
Expand Down

0 comments on commit e1fd0b8

Please sign in to comment.