1
0
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:
Pavel Djundik
2015-10-22 00:06:04 +03:00
parent 29597ff1b6
commit 3c0ca191b5
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
abstract public function Write( $Header, $String = '' );
abstract public function Read( $Length = 1400 );
protected function ReadInternal( $Buffer, $SherlockFunction )
protected function ReadInternal( $Buffer, callable $SherlockFunction )
{
if( $Buffer->Remaining( ) === 0 )
{