public function setNextMatcher(Phake_Matchers_IChainableArgumentMatcher $nextMatcher)
 {
     $nextMatcher->assertPreviousMatcher($this);
     $this->nextMatcher = $nextMatcher;
 }