DEBSOURCES
Skip Quicknav
sources / php-phpspec-prophecy / 1.22.0-1 / fixtures / WithProtectedAbstractMethod.php
12345678
<?php namespace Fixtures\Prophecy; abstract class WithProtectedAbstractMethod { abstract protected function innerDetail(); }