@@ -448,7 +448,7 @@ |
||
| 448 | 448 | |
| 449 | 449 | /** |
| 450 | 450 | * Checks if the CSRF check was correct |
| 451 | - * @return bool true if CSRF check passed |
|
| 451 | + * @return boolean|null true if CSRF check passed |
|
| 452 | 452 | */ |
| 453 | 453 | public function passesCSRFCheck() { |
| 454 | 454 | if($this->csrfTokenManager === null) { |