File tree Expand file tree Collapse file tree 6 files changed +0
-32
lines changed Expand file tree Collapse file tree 6 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 19
19
20
20
/**
21
21
* Base socket interface
22
- *
23
- * @package xPaw\SourceQuery
24
- *
25
- * @uses xPaw\SourceQuery\Exception\InvalidPacketException
26
- * @uses xPaw\SourceQuery\Exception\SocketException
27
22
*/
28
23
abstract class BaseSocket
29
24
{
Original file line number Diff line number Diff line change 18
18
19
19
/**
20
20
* Class Buffer
21
- *
22
- * @package xPaw\SourceQuery
23
- *
24
- * @uses xPaw\SourceQuery\Exception\InvalidPacketException
25
21
*/
26
22
class Buffer
27
23
{
Original file line number Diff line number Diff line change 20
20
21
21
/**
22
22
* Class GoldSourceRcon
23
- *
24
- * @package xPaw\SourceQuery
25
- *
26
- * @uses xPaw\SourceQuery\Exception\AuthenticationException
27
- * @uses xPaw\SourceQuery\Exception\InvalidPacketException
28
23
*/
29
24
class GoldSourceRcon
30
25
{
Original file line number Diff line number Diff line change 19
19
20
20
/**
21
21
* Class Socket
22
- *
23
- * @package xPaw\SourceQuery
24
- *
25
- * @uses xPaw\SourceQuery\Exception\InvalidPacketException
26
- * @uses xPaw\SourceQuery\Exception\SocketException
27
22
*/
28
23
class Socket extends BaseSocket
29
24
{
Original file line number Diff line number Diff line change 21
21
22
22
/**
23
23
* 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
31
24
*/
32
25
class SourceQuery
33
26
{
Original file line number Diff line number Diff line change 20
20
21
21
/**
22
22
* 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
29
23
*/
30
24
class SourceRcon
31
25
{
You can’t perform that action at this time.
0 commit comments