File "WithProtectedAbstractMethod.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpspec/prophecy/fixtures/WithProtectedAbstractMethod.php
File size: 131 bytes
MIME-type: --
Charset: utf-8

<?php

namespace Fixtures\Prophecy;

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