in src/router/PrefixMatching/PrefixMapOrResponder.php [44:49]
6 lines of code
2 McCabe index (conditional complexity)
public function getSerializable(): mixed where T as string {
if ($this->isMap()) {
return $this->getMap()->getSerializable();
}
return $this->responder;
}