engelsystem/tests/Unit/Middleware/Stub/HasStaticMethod.php

11 lines
128 B
PHP

<?php
namespace Engelsystem\Test\Unit\Middleware\Stub;
class HasStaticMethod
{
public static function foo()
{
}
}