Correct Aphlict websocket URI construction after PHP8 compatibility changes
Summary:
See D21862. Ref T13700. D21862 affected notification server URI generation behavior when a notification server client is configured with:
1. no "path" argument; and
2. "cluster.instance" not set.
Condition (1) is not true default, and condition (2) is not true in my local environment, so it was easy for this to slip through the cracks. Apply the change suggested in D21862.
Also fix a couple other string-null issues I caught locally.
Test Plan: Generated notification server URIs under various simulated local conditions (no instance, path set) and everything seemed to be working correctly.
Maniphest Tasks: T13700
Differential Revision: https://secure.phabricator.com/D21875