summaryrefslogtreecommitdiff
path: root/tests/Unit/Middleware/Stub/HasStaticMethod.php
blob: 5ca2670ead5f0a695853f9902d07310643a0949a (plain)
1
2
3
4
5
6
7
8
<?php

namespace Engelsystem\Test\Unit\Middleware\Stub;

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