1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 13:53:35 +02:00

Fix up some type information

This commit is contained in:
Pavel Djundik
2020-06-23 19:44:51 +03:00
parent 1078e47b7e
commit b87c9faab9
5 changed files with 23 additions and 10 deletions
+1 -3
View File
@@ -33,7 +33,6 @@
private $Socket;
private $RconPassword;
private $RconRequestId;
private $RconChallenge;
public function __construct( $Socket )
@@ -44,7 +43,6 @@
public function Close( )
{
$this->RconChallenge = 0;
$this->RconRequestId = 0;
$this->RconPassword = 0;
}
@@ -64,7 +62,7 @@
/**
* @param int $Length
* @throws AuthenticationException
* @return bool
* @return Buffer
*/
public function Read( $Length = 1400 )
{