dienstplan/vendor/phpspec/prophecy/fixtures/WithStaticMethod.php
2017-09-13 07:52:34 +02:00

11 lines
117 B
PHP

<?php
namespace Fixtures\Prophecy;
class WithStaticMethod
{
public static function innerDetail()
{
}
}