(string $token, string $password)
| 49 | } |
| 50 | |
| 51 | public function setPasswordForShare(string $token, string $password): void |
| 52 | { |
| 53 | $this->setValue('data-password', $token, $password); |
| 54 | } |
| 55 | |
| 56 | protected function setValue(string $key, string $token, string $value): void |
| 57 | { |
no test coverage detected