phpcs-errors:226 phpunit-status:successful phpstan-errors:197
This commit is contained in:
2020-09-15 23:11:38 +02:00
committed by Stefan Rohde-Enslin
parent 4ca6354575
commit 925b3592ee
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if (session_status() != PHP_SESSION_ACTIVE) {
}
if (validateAntiCsrfToken() === false) {
throw new WrongCsrfTokenException();
throw new MDWrongCsrfTokenException();
}
//This is our size condition