DEBSOURCES
Skip Quicknav
sources / php-phpspec-prophecy / 1.17.0-1 / fixtures / NullableParameterTypeTrue.php
1234567891011
<?php namespace Fixtures\Prophecy; class NullableParameterTypeTrue { public function method(?true $arg) { return $arg; } }