From 9c1d5db86fe0daa1f77de553f52522f77a15096b Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 24 Sep 2024 22:40:02 +0300 Subject: [PATCH] Remove @package and @uses --- SourceQuery/BaseSocket.php | 5 ----- SourceQuery/Buffer.php | 4 ---- SourceQuery/GoldSourceRcon.php | 5 ----- SourceQuery/Socket.php | 5 ----- SourceQuery/SourceQuery.php | 7 ------- SourceQuery/SourceRcon.php | 6 ------ 6 files changed, 32 deletions(-) diff --git a/SourceQuery/BaseSocket.php b/SourceQuery/BaseSocket.php index e2b9950..07b8ab7 100644 --- a/SourceQuery/BaseSocket.php +++ b/SourceQuery/BaseSocket.php @@ -19,11 +19,6 @@ /** * Base socket interface - * - * @package xPaw\SourceQuery - * - * @uses xPaw\SourceQuery\Exception\InvalidPacketException - * @uses xPaw\SourceQuery\Exception\SocketException */ abstract class BaseSocket { diff --git a/SourceQuery/Buffer.php b/SourceQuery/Buffer.php index cf2c385..d3e296c 100644 --- a/SourceQuery/Buffer.php +++ b/SourceQuery/Buffer.php @@ -18,10 +18,6 @@ /** * Class Buffer - * - * @package xPaw\SourceQuery - * - * @uses xPaw\SourceQuery\Exception\InvalidPacketException */ class Buffer { diff --git a/SourceQuery/GoldSourceRcon.php b/SourceQuery/GoldSourceRcon.php index 82e51ad..a4db608 100644 --- a/SourceQuery/GoldSourceRcon.php +++ b/SourceQuery/GoldSourceRcon.php @@ -20,11 +20,6 @@ /** * Class GoldSourceRcon - * - * @package xPaw\SourceQuery - * - * @uses xPaw\SourceQuery\Exception\AuthenticationException - * @uses xPaw\SourceQuery\Exception\InvalidPacketException */ class GoldSourceRcon { diff --git a/SourceQuery/Socket.php b/SourceQuery/Socket.php index a8ce710..df42de9 100644 --- a/SourceQuery/Socket.php +++ b/SourceQuery/Socket.php @@ -19,11 +19,6 @@ /** * Class Socket - * - * @package xPaw\SourceQuery - * - * @uses xPaw\SourceQuery\Exception\InvalidPacketException - * @uses xPaw\SourceQuery\Exception\SocketException */ class Socket extends BaseSocket { diff --git a/SourceQuery/SourceQuery.php b/SourceQuery/SourceQuery.php index 7b1a680..b678438 100644 --- a/SourceQuery/SourceQuery.php +++ b/SourceQuery/SourceQuery.php @@ -21,13 +21,6 @@ /** * Class SourceQuery - * - * @package xPaw\SourceQuery - * - * @uses xPaw\SourceQuery\Exception\AuthenticationException - * @uses xPaw\SourceQuery\Exception\InvalidArgumentException - * @uses xPaw\SourceQuery\Exception\InvalidPacketException - * @uses xPaw\SourceQuery\Exception\SocketException */ class SourceQuery { diff --git a/SourceQuery/SourceRcon.php b/SourceQuery/SourceRcon.php index cf738c8..cffccc5 100644 --- a/SourceQuery/SourceRcon.php +++ b/SourceQuery/SourceRcon.php @@ -20,12 +20,6 @@ /** * Class SourceRcon - * - * @package xPaw\SourceQuery - * - * @uses xPaw\SourceQuery\Exception\AuthenticationException - * @uses xPaw\SourceQuery\Exception\InvalidPacketException - * @uses xPaw\SourceQuery\Exception\SocketException */ class SourceRcon {