|null $rules * @return array */ public function rules(?array $rules = null): array { /** @var Mount $mount */ $mount = $this->route()->parameter('mount'); return Mount::getRulesForUpdate($mount); } }