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

11 lines
134 B
PHP

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