Overrides SelfDescribing::toString
public function toString() : string { return sprintf('invoked at most %d time%s', $this->allowedInvocations, $this->allowedInvocations !== 1 ? 's' : ''); }