<?php namespace Fixtures\Prophecy; class WithStaticMethod { public static function innerDetail() { } }
info at phpclasses dot org