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

Commit

Permalink
Merge pull request zendframework/zendframework#2 from zendframework/m…
Browse files Browse the repository at this point in the history
…aster

Update
  • 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 @@ -88,5 +88,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 8dc571e

Please # to comment.