public function getArr() { if ('path' === $this['in']) { $this['required'] = true; } return parent::getArr(); }
public function getArr() { $this->parseParametersType(); return parent::getArr(); }