ERROR:
React\ZMQ\Context::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead
How to fix?
Need add '?' before $context parameter type class:
public function __construct(LoopInterface $loop, ?ZMQContext $context = null)