11 lines
117 B
PHP
11 lines
117 B
PHP
<?php
|
|
|
|
namespace Fixtures\Prophecy;
|
|
|
|
class WithStaticMethod
|
|
{
|
|
public static function innerDetail()
|
|
{
|
|
}
|
|
}
|