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