9 lines
120 B
PHP
9 lines
120 B
PHP
|
<?php
|
||
|
|
||
|
namespace Engelsystem\Test\Unit\Middleware\Stub;
|
||
|
|
||
|
class HasStaticMethod
|
||
|
{
|
||
|
public static function foo() { }
|
||
|
}
|