WithReferences.php 153 B

12345678910
  1. <?php
  2. namespace Fixtures\Prophecy;
  3. class WithReferences
  4. {
  5. public function methodWithReferenceArgument(&$arg_1, \ArrayAccess &$arg_2)
  6. {
  7. }
  8. }