DEBSOURCES
Skip Quicknav
sources / php-phpspec-prophecy / 1.22.0-1 / fixtures / MixedTypes.php
1234567891011
<?php namespace Fixtures\Prophecy; class MixedTypes { public function doSomething(mixed $arg1): mixed { } }