Files
nhgooi.nl/website/vendor/phpspec/prophecy/fixtures/WithReferences.php
2020-01-06 02:36:10 +01:00

11 lines
153 B
PHP

<?php
namespace Fixtures\Prophecy;
class WithReferences
{
public function methodWithReferenceArgument(&$arg_1, \ArrayAccess &$arg_2)
{
}
}