Skip to content

Commit 9c1d5db

Browse files
committed
Remove @Package and @uses
1 parent 825e6ae commit 9c1d5db

File tree

6 files changed

+0
-32
lines changed

6 files changed

+0
-32
lines changed

SourceQuery/BaseSocket.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919

2020
/**
2121
* Base socket interface
22-
*
23-
* @package xPaw\SourceQuery
24-
*
25-
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
26-
* @uses xPaw\SourceQuery\Exception\SocketException
2722
*/
2823
abstract class BaseSocket
2924
{

SourceQuery/Buffer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818

1919
/**
2020
* Class Buffer
21-
*
22-
* @package xPaw\SourceQuery
23-
*
24-
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
2521
*/
2622
class Buffer
2723
{

SourceQuery/GoldSourceRcon.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020

2121
/**
2222
* Class GoldSourceRcon
23-
*
24-
* @package xPaw\SourceQuery
25-
*
26-
* @uses xPaw\SourceQuery\Exception\AuthenticationException
27-
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
2823
*/
2924
class GoldSourceRcon
3025
{

SourceQuery/Socket.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919

2020
/**
2121
* Class Socket
22-
*
23-
* @package xPaw\SourceQuery
24-
*
25-
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
26-
* @uses xPaw\SourceQuery\Exception\SocketException
2722
*/
2823
class Socket extends BaseSocket
2924
{

SourceQuery/SourceQuery.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121

2222
/**
2323
* Class SourceQuery
24-
*
25-
* @package xPaw\SourceQuery
26-
*
27-
* @uses xPaw\SourceQuery\Exception\AuthenticationException
28-
* @uses xPaw\SourceQuery\Exception\InvalidArgumentException
29-
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
30-
* @uses xPaw\SourceQuery\Exception\SocketException
3124
*/
3225
class SourceQuery
3326
{

SourceQuery/SourceRcon.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020

2121
/**
2222
* Class SourceRcon
23-
*
24-
* @package xPaw\SourceQuery
25-
*
26-
* @uses xPaw\SourceQuery\Exception\AuthenticationException
27-
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
28-
* @uses xPaw\SourceQuery\Exception\SocketException
2923
*/
3024
class SourceRcon
3125
{

0 commit comments

Comments
 (0)