From 0904b1bb87daad5b7a673982d20398cabecbf25e Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 13 Jan 2025 22:23:43 +0100 Subject: [PATCH] Fix phpstan --- system/src/CreateCharacter.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/src/CreateCharacter.php b/system/src/CreateCharacter.php index 3d3ae8ff..594eda9d 100644 --- a/system/src/CreateCharacter.php +++ b/system/src/CreateCharacter.php @@ -105,9 +105,6 @@ class CreateCharacter * @param array $errors * @return bool * @throws \E_OTS_NotLoaded - * @throws \Twig_Error_Loader - * @throws \Twig_Error_Runtime - * @throws \Twig_Error_Syntax */ public function doCreate($name, $sex, $vocation, $town, $account, &$errors) {