Drupal investigation

WithReferences.php 153B

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