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

namespace Fixtures\Prophecy;

class WithStaticMethod
{
    public static function innerDetail()
    {
    }
}