<?php

declare(strict_types=1);

namespace Engelsystem\Test\Unit\Middleware\Stub;

class HasStaticMethod
{
    public static function foo(): void
    {
    }
}