Skip to content

Commit a161fec

Browse files
committed
Fix return
1 parent 011a681 commit a161fec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

SourceQuery/Socket.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ public function Write( int $Header, string $String = '' ) : bool
7575
* Reads from socket and returns Buffer.
7676
*
7777
* @throws InvalidPacketException
78-
*
79-
* @return Buffer Buffer
8078
*/
8179
public function Read( ) : Buffer
8280
{

SourceQuery/SourceQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function Connect( string $Address, int $Port, int $Timeout = 3, int $Engi
135135
*
136136
* @param bool $Value Set to true to force old method
137137
*
138-
* @returns bool Previous value
138+
* @return bool Previous value
139139
*/
140140
public function SetUseOldGetChallengeMethod( bool $Value ) : bool
141141
{

0 commit comments

Comments
 (0)