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 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 */
2823abstract class BaseSocket
2924{
Original file line number Diff line number Diff line change 1818
1919/**
2020 * Class Buffer
21- *
22- * @package xPaw\SourceQuery
23- *
24- * @uses xPaw\SourceQuery\Exception\InvalidPacketException
2521 */
2622class Buffer
2723{
Original file line number Diff line number Diff line change 2020
2121/**
2222 * Class GoldSourceRcon
23- *
24- * @package xPaw\SourceQuery
25- *
26- * @uses xPaw\SourceQuery\Exception\AuthenticationException
27- * @uses xPaw\SourceQuery\Exception\InvalidPacketException
2823 */
2924class GoldSourceRcon
3025{
Original file line number Diff line number Diff line change 1919
2020/**
2121 * Class Socket
22- *
23- * @package xPaw\SourceQuery
24- *
25- * @uses xPaw\SourceQuery\Exception\InvalidPacketException
26- * @uses xPaw\SourceQuery\Exception\SocketException
2722 */
2823class Socket extends BaseSocket
2924{
Original file line number Diff line number Diff line change 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 */
3225class SourceQuery
3326{
Original file line number Diff line number Diff line change 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 */
3024class SourceRcon
3125{
You can’t perform that action at this time.
0 commit comments