Skip to content

Commit 2adbded

Browse files
committed
reverted method visibility
1 parent 9bc30ca commit 2adbded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpAmqpLib/Wire/AMQPReader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public function read_array_object()
438438
* @return mixed
439439
* @throws \PhpAmqpLib\Exception\AMQPRuntimeException
440440
*/
441-
private function read_value($fieldType, $collectionsAsObjects = false)
441+
public function read_value($fieldType, $collectionsAsObjects = false)
442442
{
443443
$this->bitcount = $this->bits = 0;
444444

0 commit comments

Comments
 (0)