Current File : /home/jvzmxxx/wiki1/vendor/phpspec/prophecy/fixtures/WithProtectedAbstractMethod.php
<?php

namespace Fixtures\Prophecy;

abstract class WithProtectedAbstractMethod
{
    abstract protected function innerDetail();
}