(string $token)
| 22 | } |
| 23 | |
| 24 | public function getPasswordForShare(string $token): ?string |
| 25 | { |
| 26 | return $this->getValue('data-password', $token); |
| 27 | } |
| 28 | |
| 29 | protected function getValue(string $key, string $token): ?string |
| 30 | { |
no test coverage detected