Exemple #1
0
 public function __toString()
 {
     return sprintf('<captured parameter%s>', isset($this->matcher) ? " that is {$this->matcher->__toString()}" : '');
 }