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

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	library/Zend/Code/Generator/AbstractMemberGenerator.php
	library/Zend/Mvc/Controller/AbstractRestfulController.php
	library/Zend/Soap/Client/DotNet.php
  • Loading branch information
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Reflection/ReflectionMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,4 @@ public function __wakeup()
$this->classReflection = new ReflectionClass(new \ReflectionClass($this->class), $this->getNamespace(), $this->getInvokeArguments());
$this->reflection = new \ReflectionMethod($this->classReflection->getName(), $this->getName());
}

}

0 comments on commit 1a62a39

Please # to comment.