mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 13:53:35 +02:00
And now make it work
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
abstract public function Write( $Header, $String = '' );
|
||||
abstract public function Read( $Length = 1400 );
|
||||
|
||||
protected function ReadInternal( $Buffer, callable $SherlockFunction )
|
||||
protected function ReadInternal( $Buffer, $SherlockFunction )
|
||||
{
|
||||
if( $Buffer->Remaining( ) === 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user