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();