From 642e7e408247d10e648c0292424d87d709bfa214 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 29 Oct 2021 14:49:55 +0200 Subject: [PATCH] bug and media fixes --- Models/NullAudit.php | 2 +- tests/Bootstrap.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/NullAudit.php b/Models/NullAudit.php index fba83f5..7d16937 100755 --- a/Models/NullAudit.php +++ b/Models/NullAudit.php @@ -24,7 +24,7 @@ namespace Modules\Auditor\Models; */ final class NullAudit extends Audit { - /** + /** * Constructor * * @param int $id Model id diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 051ac7e..f5fc99c 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -392,4 +392,4 @@ function phpServe() : void }); } -phpServe(); +\phpServe();