Results 2 issues of nukisashineko

### Summary PHP 8.4 now displays a Deprecated warning for defining an implicit nullable type by assignment. link: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types I would like this warning to be fixed, as it makes...

for https://wiki.php.net/rfc/deprecate-implicitly-nullable-types ### before: ```text ~/work/Specify$ docker run --rm --interactive --tty --volume $PWD:/app --workdir /app php:8.4-cli vendor/bin/phpunit -c ./phpunit.xml Deprecated: Codeception\Specify::specify(): Implicitly marking parameter $code as nullable is deprecated, the...