]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/commitdiff
-sigh- fix for previous
authorBram Matthys <redacted>
Thu, 12 Jan 2023 16:32:36 +0000 (17:32 +0100)
committerBram Matthys <redacted>
Thu, 12 Jan 2023 16:32:36 +0000 (17:32 +0100)
lib/Connection.php

index 1b8b01b9bb29a1e3a6f17d0be8892d5d191763f0..ad8130bfd7ac23861bf80abe9f34e642829e4dbd 100644 (file)
@@ -106,7 +106,7 @@ class Connection
     {
         return new Server($this);
     }
-    public function serverbanexception(): BanException
+    public function serverbanexception(): ServerBanException
     {
         return new ServerBanException($this);
     }