DEBSOURCES
Skip Quicknav
sources / php-phpspec-prophecy / 1.22.0-1 / fixtures / NeverType.php
1234567891011
<?php namespace Fixtures\Prophecy; class NeverType { public function doSomething(): never { throw new \RuntimeException(); } }