diff options
Diffstat (limited to 'tests/Unit/Middleware/Stub')
-rw-r--r-- | tests/Unit/Middleware/Stub/HasStaticMethod.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Unit/Middleware/Stub/HasStaticMethod.php b/tests/Unit/Middleware/Stub/HasStaticMethod.php index 5ca2670e..329e1248 100644 --- a/tests/Unit/Middleware/Stub/HasStaticMethod.php +++ b/tests/Unit/Middleware/Stub/HasStaticMethod.php @@ -4,5 +4,7 @@ namespace Engelsystem\Test\Unit\Middleware\Stub; class HasStaticMethod { - public static function foo() { } + public static function foo() + { + } } |