There are bunch of places where nullable type is declared via "= null" expressions in the code, need to fix them and switch to explicit nullable types.
For example,
Deprecated: Go\Proxy\Part\InterceptedConstructorGenerator::__construct(): Implicitly marking parameter $constructor as nullable is deprecated,
the explicit nullable type must be used instead in ./src/Proxy/Part/InterceptedConstructorGenerator.php on line 37