diff --git a/SourceQuery/GoldSourceRcon.php b/SourceQuery/GoldSourceRcon.php index 5eaa06f..3a94d6c 100644 --- a/SourceQuery/GoldSourceRcon.php +++ b/SourceQuery/GoldSourceRcon.php @@ -13,6 +13,7 @@ namespace xPaw\SourceQuery; use xPaw\SourceQuery\Exception\AuthenticationException; + use xPaw\SourceQuery\Exception\InvalidPacketException; /** * Class GoldSourceRcon @@ -20,6 +21,7 @@ * @package xPaw\SourceQuery * * @uses xPaw\SourceQuery\Exception\AuthenticationException + * @uses xPaw\SourceQuery\Exception\InvalidPacketException */ class GoldSourceRcon { diff --git a/SourceQuery/SourceQuery.php b/SourceQuery/SourceQuery.php index 8e6334d..af8edcd 100644 --- a/SourceQuery/SourceQuery.php +++ b/SourceQuery/SourceQuery.php @@ -12,6 +12,7 @@ namespace xPaw\SourceQuery; + use xPaw\SourceQuery\Exception\AuthenticationException; use xPaw\SourceQuery\Exception\InvalidArgumentException; use xPaw\SourceQuery\Exception\InvalidPacketException; use xPaw\SourceQuery\Exception\SocketException; @@ -21,6 +22,7 @@ * * @package xPaw\SourceQuery * + * @uses xPaw\SourceQuery\Exception\AuthenticationException * @uses xPaw\SourceQuery\Exception\InvalidArgumentException * @uses xPaw\SourceQuery\Exception\InvalidPacketException * @uses xPaw\SourceQuery\Exception\SocketException