X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-rpc-php.git/blobdiff_plain/2d5f74f2644425610ce48301309e5d727ccd7c61..3162596545e34882f6e0f6b09b61b2c3d0da206c:/lib/Spamfilter.php diff --git a/lib/Spamfilter.php b/lib/Spamfilter.php index 103f455..fbb889a 100644 --- a/lib/Spamfilter.php +++ b/lib/Spamfilter.php @@ -19,7 +19,6 @@ class Spamfilter * Add a spamfilter. * * @return stdClass|array|bool - * @throws Exception */ public function add(string $name, string $match_type, string $spamfilter_targets, string $ban_action, string $ban_duration, string $reason): stdClass|array|bool { @@ -44,7 +43,6 @@ class Spamfilter * Delete a spamfilter. * * @return stdClass|array|bool - * @throws Exception */ public function delete(string $name, string $match_type, string $spamfilter_targets, string $ban_action): stdClass|array|bool { @@ -84,7 +82,6 @@ class Spamfilter * Get a specific spamfilter. * * @return stdClass|array|bool - * @throws Exception */ public function get(string $name, string $match_type, string $spamfilter_targets, string $ban_action): stdClass|array|bool {