Skip to content

Commit

Permalink
Remove @Package and @uses
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Sep 24, 2024
1 parent 825e6ae commit 9c1d5db
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 32 deletions.
5 changes: 0 additions & 5 deletions SourceQuery/BaseSocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@

/**
* Base socket interface
*
* @package xPaw\SourceQuery
*
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
* @uses xPaw\SourceQuery\Exception\SocketException
*/
abstract class BaseSocket
{
Expand Down
4 changes: 0 additions & 4 deletions SourceQuery/Buffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@

/**
* Class Buffer
*
* @package xPaw\SourceQuery
*
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
*/
class Buffer
{
Expand Down
5 changes: 0 additions & 5 deletions SourceQuery/GoldSourceRcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@

/**
* Class GoldSourceRcon
*
* @package xPaw\SourceQuery
*
* @uses xPaw\SourceQuery\Exception\AuthenticationException
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
*/
class GoldSourceRcon
{
Expand Down
5 changes: 0 additions & 5 deletions SourceQuery/Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@

/**
* Class Socket
*
* @package xPaw\SourceQuery
*
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
* @uses xPaw\SourceQuery\Exception\SocketException
*/
class Socket extends BaseSocket
{
Expand Down
7 changes: 0 additions & 7 deletions SourceQuery/SourceQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
6 changes: 0 additions & 6 deletions SourceQuery/SourceRcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 9c1d5db

Please sign in to comment.