DEBSOURCES
Skip Quicknav
sources / php-doctrine-common / 3.5.0-2 / tests / Common / Proxy / Php8MixedType.php
1234567891011
<?php namespace Doctrine\Tests\Common\Proxy; class Php8MixedType { public function foo(mixed $bar) : mixed { return 1; } }