rodrigorm/audit

View on GitHub
src/Audit/Report.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RodrigoRM\Audit;

interface Report
{
    public function write($filename);
}