DEBSOURCES
Skip Quicknav
sources / php-phpspec-prophecy / 1.22.0-1 / fixtures / WithStaticMethod.php
12345678910
<?php namespace Fixtures\Prophecy; class WithStaticMethod { public static function innerDetail() { } }