DEBSOURCES
Skip Quicknav
sources / php-phpspec-prophecy / 1.22.0-1 / fixtures / IntersectionArgumentType.php
1234567891011
<?php namespace Fixtures\Prophecy; class IntersectionArgumentType { public function doSomething (Bar&Baz $foo) { } }