Skip to content

Commit 1078e47

Browse files
committed
Add missing uses
1 parent e00235c commit 1078e47

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SourceQuery/GoldSourceRcon.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
namespace xPaw\SourceQuery;
1414

1515
use xPaw\SourceQuery\Exception\AuthenticationException;
16+
use xPaw\SourceQuery\Exception\InvalidPacketException;
1617

1718
/**
1819
* Class GoldSourceRcon
1920
*
2021
* @package xPaw\SourceQuery
2122
*
2223
* @uses xPaw\SourceQuery\Exception\AuthenticationException
24+
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
2325
*/
2426
class GoldSourceRcon
2527
{

SourceQuery/SourceQuery.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
namespace xPaw\SourceQuery;
1414

15+
use xPaw\SourceQuery\Exception\AuthenticationException;
1516
use xPaw\SourceQuery\Exception\InvalidArgumentException;
1617
use xPaw\SourceQuery\Exception\InvalidPacketException;
1718
use xPaw\SourceQuery\Exception\SocketException;
@@ -21,6 +22,7 @@
2122
*
2223
* @package xPaw\SourceQuery
2324
*
25+
* @uses xPaw\SourceQuery\Exception\AuthenticationException
2426
* @uses xPaw\SourceQuery\Exception\InvalidArgumentException
2527
* @uses xPaw\SourceQuery\Exception\InvalidPacketException
2628
* @uses xPaw\SourceQuery\Exception\SocketException

0 commit comments

Comments
 (0)