mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-15 02:04:54 +02:00
phpstan: level 1 passed
This commit is contained in:
@@ -73,7 +73,7 @@ class CreateCharacter
|
||||
* @param array $errors
|
||||
* @return bool
|
||||
*/
|
||||
public function check($name, $sex, &$vocation, &$town, &$errors)
|
||||
public function check($name, $sex, ?int &$vocation, ?int &$town, &$errors)
|
||||
{
|
||||
$this->checkName($name, $errors);
|
||||
|
||||
|
Reference in New Issue
Block a user