Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 21 Jan 2023 00:04:31 +0000 (01:04 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 21 Jan 2023 00:07:14 +0000 (01:07 +0100)
commit27969e8ca69b93c1b7c17a2b87ce3ccca2a2389a
tree03211562bc88ddb2355c6a4858a776c8e3ea19c2
parentba08692403a1d9b7b4f4e249ca7c9d2e00c728fd
Continued:
- moved if() block to suggested position by MrPetovan, for me I want to have all
  conditions checked at the start of the method, e.g. no unwanted null
  references or (in this case) if the URL is blacklisted
- normalized URLs are without SSL, means http://host/path/file.ext so they exist
  only once for contacts and servers (aka. instances)
- documented returned type `void`
src/Model/GServer.php
src/Worker/UpdateServerPeers.php