]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Network/Probe.php
authorMichael Vogel <icarus@dabo.de>
Mon, 19 Sep 2022 05:52:40 +0000 (07:52 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Sep 2022 05:52:40 +0000 (07:52 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Network/Probe.php

index 594ff506f23c308cf444658541c2faba34e8e00e..f075a514ae8bdfc1e6a20394a0f723422939ba33 100644 (file)
@@ -66,7 +66,6 @@ class Probe
        public static function isProbable(string $network): bool
        {
                return (in_array($network, array_merge(Protocol::FEDERATED, [Protocol::ZOT, Protocol::PHANTOM])));
-
        }
 
        /**