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

Commit

Permalink
Revert "Fixed typo in Zend/Soap/AutoDiscover."
Browse files Browse the repository at this point in the history
This reverts commit c2a35fa8243c05b1eec922580a0ddf863569a265.
  • Loading branch information
b-durand committed May 21, 2011
15 parents fde18af + 43ca092 + e3acc17 + b5bc61a + 30d69f9 + 7dbd12c + 9f45cc7 + 473bfa3 + 916cd80 + 5aac7b0 + 6f66646 + 12c90a3 + 435c161 + 9bb6b33 + 6c32cce commit e4007fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoDiscover.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class AutoDiscover implements \Zend\Server\Server
*/
public function __construct($strategy = true, $uri=null, $wsdlClass=null)
{
$this->_reflection = new \Zend\Server\Reflection\Reflection();
$this->_reflection = new \Zend\Server\Reflection();
$this->setComplexTypeStrategy($strategy);

if($uri !== null) {
Expand Down

0 comments on commit e4007fc

Please sign in to comment.