Skip to content

Commit

Permalink
reverted method visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Nov 19, 2014
1 parent 9bc30ca commit 2adbded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhpAmqpLib/Wire/AMQPReader.php
Expand Up @@ -438,7 +438,7 @@ public function read_array_object()
* @return mixed
* @throws \PhpAmqpLib\Exception\AMQPRuntimeException
*/
private function read_value($fieldType, $collectionsAsObjects = false)
public function read_value($fieldType, $collectionsAsObjects = false)
{
$this->bitcount = $this->bits = 0;

Expand Down

0 comments on commit 2adbded

Please sign in to comment.