Fix phpstan

This commit is contained in:
slawkens 2025-01-13 22:23:43 +01:00
parent faa60f5e9a
commit 0904b1bb87

View File

@ -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)
{