Current File : /home/jvzmxxx/wiki1/vendor/phpspec/prophecy/fixtures/WithReferences.php
<?php

namespace Fixtures\Prophecy;

class WithReferences
{
    public function methodWithReferenceArgument(&$arg_1, \ArrayAccess &$arg_2)
    {
    }
}