@@ -47,7 +47,7 @@ |
||
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | 49 | * @throws \Sabre\DAV\Exception\Forbidden |
| 50 | - * @return bool |
|
| 50 | + * @return false|null |
|
| 51 | 51 | */ |
| 52 | 52 | public function handleAnonymousOptions(RequestInterface $request, ResponseInterface $response) { |
| 53 | 53 | if ($request->getMethod() === 'OPTIONS' && $request->getPath() === '') { |