Im getting this PHP problem after one of the updates
Return value of setDeviceId() is expected to be of type void, Framework\Device\Model\Traits\DeviceTrait returned

I can fix this by setting the return type to static in PHP but I rather not have to refactor the entire app.
Can you take a look?