mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-05-18 13:53:35 +02:00
Pass in callable correctly
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
$Buffer = new Buffer( );
|
||||
$Buffer->Set( FRead( $this->Socket, $Length ) );
|
||||
|
||||
$this->ReadInternal( $Buffer, $this->Sherlock );
|
||||
$this->ReadInternal( $Buffer, [ $this, 'Sherlock' ] );
|
||||
|
||||
return $Buffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user